Cloud Platform
Certificates
To use a custom certificate instead of the automatically generated one from the default public certificate authority, run the create command:
(ansi)
The provided common name (CN) must match the one for which Unikraft Cloud issued the certificate. It can also be a wildcard domain.
Use the kraft cloud cert command to view and manage certificates.
For example, to list certificates, run:
(bash)
You should see output like:
(text)
Retrieve full information about a certificate with:
(bash)
You should see output like:
(ansi)
To remove a certificate, first remove any instances from the relevant service and then remove the service. Remove the certificate with:
(bash)
Learn more
- The
kraft cloudCLI reference - Unikraft Cloud's REST API reference
- Many more guides here
Last modified on