DocsReleasesCommunityGuidesBlog

kraft cloud cert create

Create a certificate

Create a new certificate.

kraft cloud cert create [FLAGS]

Examples#

# Create a new certificate with a given common name, private key file and chain.
$ kraft cloud certificate create --name my-cert --cn '*.example.com' --pkey 'private-key.pem' --chain 'chain.pem'

Options#

-C, --chain string The chain of the certificate
-c, --cn string The common name of the certificate
-h, --help help for create
-n, --name string The name of the certificate
-p, --pkey string The private key of the certificate in PEM format

Options inherited from parent commands#

--metro string Unikraft Cloud metro location
--token string Unikraft Cloud access token

See Also#

  • kraft cloud cert: Manage TLS certificates
Edit this page on GitHub

Connect with the community

Feel free to ask questions, report issues, and meet new people.

Join us on Discord!
®

Getting Started

What is a unikernel?Install CLI companion toolUnikraft InternalsRoadmap

© 2025  The Unikraft Authors. All rights reserved. Documentation distributed under CC BY-NC 4.0.