Certificate Authority work

This commit is contained in:
Jamie Curnow
2021-07-29 17:45:14 +10:00
parent ae00ab09e4
commit 339ee13346
35 changed files with 737 additions and 136 deletions

View File

@@ -10,8 +10,9 @@ func UpdateCertificateAuthority() string {
"additionalProperties": false,
"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)
}