Renewing Expired Self-Signed Certificates in Image Artist
If the self-signed certificate used by the Image Artist server has expired, follow these steps to renew it:
Run the Web Server Configuration Script
Navigate to the Image Artist installation directory and then into the nginx directory and run the configure_webserver.sh script. Provide either the IP address or domain name used to access the Image Artist UI in your browser e.g:
$ ./configure_webserver.sh --ip-address <IP_ADDRESS> --remove-old-certs OR $ ./configure_webserver.sh --domain-name <DOMAIN_NAME> --remove-old-certs
Replace
<IP_ADDRESS>and/or<DOMAIN_NAME>with the appropriate values based on your setup.
Remember to include the --remove-old-certs parameter.
Redeploy the Image Artist Stack
After updating the certificates, redeploy the Image Artist stack using the scripts located in the base installation directory:
Image Artist: How do I redeploy/restart the container stack?
If the Image Artist server is LDAP integrated, you may also need to update the LDAP CA certificate:
Update Certificates on Cluster Nodes
Once the server certificate is renewed and the stack redeployed, follow the standard workflow to update the certificate on the cluster nodes.
Image Artist: Introducing new TLS certificates
Comments
0 comments
Article is closed for comments.