Skip to content

Commit 40285c4

Browse files
authored
letsencrypt-auto example
1 parent d0fe04a commit 40285c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ How do you set up `/etc/grid-security` for the Let's Encrypt CA?
77
## Getting your host certificate
88
Follow the Let's Encrypt [Getting Started](https://letsencrypt.org/getting-started/) guide.
99

10+
For example:
11+
```
12+
git clone https://github.com/letsencrypt/letsencrypt
13+
cd letsencrypt/
14+
./letsencrypt-auto --debug certonly --standalone --email human@example.org -d example.org
15+
# cert in /etc/letsencrypt
16+
# then before it expires...
17+
./letsencrypt-auto renew
18+
```
19+
1020
## Setting up /etc/grid-security/host*.pem
1121
```
1222
ln -s /etc/letsencrypt/live/*/cert.pem /etc/grid-security/hostcert.pem

0 commit comments

Comments
 (0)