Swimlane Platform Installer Gu...
Troubleshooting Guide
Update a Certificate for the Swimlane Web Interface
the steps below will update the current ssl certificate used with the swimlane web application the private key cannot be password protected the certificate must be base64 encoded ascii x 509, as noted in this excerpt from the https //www digicert com/content/dam/digicert/pdfs/ssl tls best practice workshop student guide en pdf " most cas (certificate authority) provide certificates in pem format in base64 ascii encoded files the certificate file types can be pem, crt, cer, or key the pem file can include the server certificate, the intermediate certificate and the private key in a single file the server certificate and intermediate certificate can also be in a separate crt or cer file the private key can be in a key file pem files use ascii encoding, so you can open them in any text editor such as notepad, ms word etc each certificate in the pem file is contained between the begin certificate and end certificate statements the private key is contained between the begin rsa private key and end rsa private key statements the csr is contained between the begin certificate request and end certificate request statements " take a backup of the existing certs \# replace \<swimlane web pod> with the name of the web pod kubectl cp \<swimlane web pod> /run/secrets/swimlane crt swimlane crt kubectl cp \<swimlane web pod> /run/secrets/swimlane key swimlane key access the spi admin console https //{url} 8800) visit the config page under “upload a certificate for swimlane web”, upload new certificates or update existing certificates scroll to the bottom of the page to “save config” continue and re deploy to the same swimlane version