Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mount it into the AAGM container as follows or copy it in directly.

Code Block
languageyaml
  volumes:
      - ./var/yourCACert.pem:/var/www/html/var/ssl/ca-cert.pem

...

Info

Make sure that the following line is present in your /opt/aagm/Configuration.xml.

Code Block
<self_signed>%NOSTROMO_DB_SSL_CA_CERT_SELF_SIGNED</self_signed>

...