Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use `latest` tag instead of `master` in installation instructions
  • Loading branch information
timkimber authored Oct 6, 2021
1 parent c75e78b commit 758d00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Since the script is only one file, you can use the following command for
a quick installation of GetSSL only:

```sh
curl --silent https://raw.githubusercontent.com/srvrco/getssl/master/getssl > getssl ; chmod 700 getssl
curl --silent https://raw.githubusercontent.com/srvrco/getssl/latest/getssl > getssl ; chmod 700 getssl
```

This will copy the getssl Bash script to the current location and change
Expand Down

2 comments on commit 758d00c

@adrocha-prescon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello
I have problem running ./getssl mydomain.
Returns the following error:
getssl: ERROR curl "https://acme-v02.api.letsencrypt.org" failed with 60 and returned:

Can you help me please

@timkimber
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @adrocha-prescon

Sorry I missed this - it's better to raise an issue if you are having problems.

It's because one of the root certificates used by Letsencypt has expired and your system is too old to automatically have the new root certificate.

Try the instructions in #709 (comment) and let me know if you need more help

Please sign in to comment.