mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 11:40:04 +00:00
Certificate Authority work
This commit is contained in:
@@ -10,12 +10,14 @@ func CreateCertificateAuthority() string {
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"name",
|
||||
"acme2_url"
|
||||
"acmesh_server",
|
||||
"max_domains"
|
||||
],
|
||||
"properties": {
|
||||
"name": %s,
|
||||
"acme2_url": %s
|
||||
"acmesh_server": %s,
|
||||
"max_domains": %s
|
||||
}
|
||||
}
|
||||
`, stringMinMax(1, 100), stringMinMax(8, 255))
|
||||
`, stringMinMax(1, 100), stringMinMax(2, 255), intMinOne)
|
||||
}
|
||||
|
Reference in New Issue
Block a user