Changing SSL CertificateΒΆ

For changing the SSL certificate of the Danube Cloud web management services you will need a file containing your certificate, intermediate certificates and associated private keys in PEM format concatenated together.

user@laptop:~ $ es login -username admin -password $PW

user@laptop:~ $ es set /system/settings/ssl-certificate -cert file::mycert.pem

Warning

The SSL certificate change will affect both the API and GUI endpoints on the management server.