CertificateManager.NewSelfSigned method
Creates a new self-signed certificate based on the provided options. If the Development flag is set, a development certificate bundle (including a root and leaf certificate) will be created; otherwise, a single self-signed certificate will be generated according to the specified options.
public static SelfSignedCertificateResult NewSelfSigned(SelfSignedOptions o)
| parameter | description |
|---|---|
| o | Options for creating the self-signed certificate. |
Return Value
A result containing the generated certificate and any development-bundle metadata.
See Also
- record SelfSignedCertificateResult
- record SelfSignedOptions
- class CertificateManager
- namespace Kestrun.Certificates