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,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)
}