Switching from a CA TLS Certificate to a Self-Signed Certificate in Image Artist
To switch to a self-signed certificate, run the configure_webserver.sh script from the nginx directory which itself is contained within the Image Artist installation directory. Specify the domain or IP address used to access the Image Artist web UI. Be sure to include the --remove-old-certs parameter.
The configure_webserver.sh script will generate the new self signed certificate and update the configuration automatically.
$ ./configure_webserver.sh --ip-address <IP_ADDRESS> --remove-old-certs OR $ ./configure_webserver.sh --domain-name <DOMAIN_NAME> --remove-old-certs
The Image Artist stack will need to be redeployed for the changes to take effect.
Image Artist: How do I redeploy/restart the container stack?
Please also refer to:
Image Artist: Renewing the self-signed SSL certificate
If the Image Artist server is LDAP integrated, you may also need to update the LDAP CA certificate:
Image Artist: How do I update the LDAP CA certificate?
Comments
0 comments
Article is closed for comments.