Certificates
If you want to use a custom certificate instead of the auto-generated Let's Encrypt one, you can use the create
command:
The provided common name (CN) must match the one for which the certificate has been issued. As shown in the example, this can also be a wildcard domain.
To see and manage your certificates you can use the kraft cloud cert
command. For instance,
to list your certificate, run:
To see and manage your certificates you can use the kraft cloud cert
command.
For instance, to list your certificate, run:
You should see output similar to:
You can also retrieve full information about your certificate via
You should see output similar to:
Finally, if you want to remove the certificate, first make sure you (1) remove any instances from the relevant service and (2) remove the service. After that you can remove the actual certificate with:
Learn More
- The
kraft cloud
CLI reference - Unikraft Cloud's REST API reference
- Many more guides here