CertificateManager.CsrOptions.DnsNames property
The DNS names to include in the CSR’s Subject Alternative Name (SAN) extension.
public IEnumerable<string> DnsNames { get; set; }
See Also
- record CsrOptions
- namespace Kestrun.Certificates
The DNS names to include in the CSR’s Subject Alternative Name (SAN) extension.
public IEnumerable<string> DnsNames { get; set; }