You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-f, --force Force renewal of cert (overrides expiry checks)
101
102
-h, --help Display this help message and exit
103
+
-i, --install Install certificates and reload service
102
104
-q, --quiet Quiet mode (only outputs on error, success of new cert, or getssl was upgraded)
103
-
-Q, --mute Like -q, but mutes notification about successful upgrade
105
+
-Q, --mute Like -q, but also mute notification about successful upgrade
104
106
-r, --revoke "cert" "key" [CA_server] Revoke a certificate (the cert and key are required)
105
107
-u, --upgrade Upgrade getssl if a more recent version is available - can be used with or without domain(s)
106
-
-k, --keep "#" Maximum amount of old getssl versions to keep when upgrading
108
+
-k, --keep "#" Maximum number of old getssl versions to keep when upgrading
107
109
-U, --nocheck Do not check if a more recent version is available
108
110
-w working_dir "Working directory"
111
+
--preferred-chain "chain" Use an alternate chain for the certificate
109
112
```
110
113
111
114
## Getting started
@@ -165,6 +168,10 @@ Change the server in your config file to get a fully valid certificate.
165
168
dns. The certificate can be used (and checked with getssl) on alternate
166
169
ports.
167
170
171
+
## Detailed guide to getting started with more examples
172
+
173
+
[Guide to getting a certificate for example.com and www.example.com](https://github.com/srvrco/getssl/wiki/Guide-to-getting-a-certificate-for-example.com-and-www.example.com)
174
+
168
175
## Wildcard certificates
169
176
170
177
`getssl` supports creating wildcard certificates, i.e. _*.example.com_ which allows a single certificate to be used for any domain under *example.com*, e.g. *www.example.com*, *mail.example.com*. These must be validated using the dns-01 method.
0 commit comments