Skip to content

Commit 86db9a0

Browse files
author
srvrco
committed
Version 1.0 of code for release
1 parent ab8dbaa commit 86db9a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ copying private key to ssh:server5:/home/yourdomain/ssl/domain.key
178178
copying CA certificate to ssh:server5:/home/yourdomain/ssl/chain.crt
179179
reloading SSL services
180180
```
181-
This will (by default) used the staging server, so should give you a certificate that isn't trusted ( Fake Let's Encrypt).
181+
This will (by default) use the staging server, so should give you a certificate that isn't trusted ( Fake Let's Encrypt).
182182
Change the server in your config file to get a fully valid certificate.
183183

184184
Note: Using DNS validation is now working successfully for issuing certificates. (examples provided on the wiki pages - https://github.com/srvrco/getssl/wiki/DNS-Challenge-example )
@@ -189,11 +189,11 @@ I use the following cron
189189
```
190190
23 5 * * * /root/scripts/getssl -u -a -q
191191
```
192-
The cron will automatically update getssl and renew any certificates, only giving output if anything happens.
192+
The cron will automatically update getssl and renew any certificates, only giving output if there are issues / errors.
193193

194194
* The -u flag updates getssl if there is a more recent version available.
195195
* The -a flag automatically renews any certificates that are due for renewal.
196-
* The -q flag is "quiet" so that it only outputs and emails me if any certificates were updated, or there was an error / issue.
196+
* The -q flag is "quiet" so that it only outputs and emails me if there was an error / issue.
197197

198198
## Issues / problems / help
199199
If you have any issues, please log them at https://github.com/srvrco/getssl/issues

0 commit comments

Comments
 (0)