Cert creation fixes

This commit is contained in:
Jamie Curnow
2023-03-05 22:37:34 +10:00
parent cc9d556665
commit 6df4ea4d69
3 changed files with 30 additions and 13 deletions

View File

@@ -22,7 +22,9 @@ function HTTPForm() {
<CertificateAuthorityField onChange={handleCAChange} />
<DomainNamesField
maxDomains={maxDomains}
isWildcardSupported={isWildcardSupported}
dnsProviderWildcardSupported={
isWildcardSupported
} /* technically not applicable for HTTP certs */
/>
<EccField />
</>