Cloud Platform
Certificates
To use a custom certificate instead of the automatically generated one from the default public certificate authority, create a certificate with the CLI:
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 CLI to view and manage certificates. For example, to list certificates:
You should see output like:
Retrieve full information about a certificate with:
You should see output like:
To remove a certificate, first remove any instances from the relevant service and then remove the service. Remove the certificate with:
Learn more
- The CLI reference and the legacy CLI reference.
- Unikraft Cloud's REST API reference.
- Many more guides here.
Last modified on