Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c87a8bc654017a90dcbbab0002, userName='null'}
REV5UserResourceIdentifier{userKey=8a00a0c85f4199b1015f7ea6e836000d, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a0c85f4199b1015f7ea6e836000d, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a0c8664c0be0016687d83fdb0025, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cc4207c6, userName='null'}

Spacevars
0custom1
 comes with a self-signed certificate from
Spacevars
0custom2
, Inc. To install the CA-signed certificate, follow the steps mentioned below:

  1. Obtain the certificate from a CA vendor like DigiCert. 
  2. Overwrite the existing certificate files in the scc-build/nginx/ssl.d directory with the files received from the vendor.

    Tip
    titleTip

    Ensure the files include the previous name:

    server.key server.crt


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

    Code Block
    docker cp /opt/scc-build/nginx/ssl.d/server.key nginx_ssl:/etc/nginx/ssl.d/server.key
    docker cp /opt/scc-build/nginx/ssl.d/server.crt nginx_ssl:/etc/nginx/ssl.d/server.crt

  4. Restart the NGINX container for your changes to go into effect:

    Code Block
    docker restart nginx_ssl
     

Pagebreak