You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Unable to show "metadata-from": No such page "_space_variables"
 comes with a self-signed certificate from
Unable to show "metadata-from": No such page "_space_variables"
, Inc. To install the CA-signed certificate, follow the steps mentioned below:

  1. Obtain the certificate from a CA vendor like GoDaddy or Symantec. For more information on how to obtain a CA certificate, see 
    https://www.godaddy.com/help/nginx-generate-csrs-certificate-signing-requests-3601 or https://knowledge.symantec.com/support/mpki-for-ssl-support/index?page=content&actpl=CROSSLINK&id=SO12398
  2. Overwrite the existing certificate files in the scc-build/nginx/ssl.d directory with the files received from the vendor.

    Tip

    Ensure that the files have the same name as they did before:

    server.key server.crt

  3. Copy the local files into the running container. They will persist in a Docker volume.

    docker cp /opt/scc-build/nginx/ssl.d/server.key 
    nginx:/etc/nginx/ssl.d/server.key
    docker cp /opt/scc-build/nginx/ssl.d/server.crt 
    nginx:/etc/nginx/ssl.d/server.crt
  4. Restart the NGINX container for your changes to go into effect:

    docker restart nginx 
  • No labels