Fix cert removal command

This commit is contained in:
Moritz Marquardt 2022-01-25 20:56:48 +01:00
parent f5e613bfdb
commit 6d9a8e2226
No known key found for this signature in database
GPG key ID: D5788327BEE388B6
2 changed files with 27 additions and 25 deletions

View file

@ -10,7 +10,7 @@ var ServeFlags = []cli.Flag{
// TODO: Usage
EnvVars: []string{"DEBUG"},
},
// MainDomainSuffix specifies the main domain (starting with a dot) for which subdomains shall be served as static
// pages, or used for comparison in CNAME lookups. Static pages can be accessed through
// https://{owner}.{MainDomain}[/{repo}], with repo defaulting to "pages".