mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 12:03:23 +01:00
Cert creation fixes
This commit is contained in:
@@ -22,7 +22,9 @@ function HTTPForm() {
|
||||
<CertificateAuthorityField onChange={handleCAChange} />
|
||||
<DomainNamesField
|
||||
maxDomains={maxDomains}
|
||||
isWildcardSupported={isWildcardSupported}
|
||||
dnsProviderWildcardSupported={
|
||||
isWildcardSupported
|
||||
} /* technically not applicable for HTTP certs */
|
||||
/>
|
||||
<EccField />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user