We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fe04a commit 40285c4Copy full SHA for 40285c4
README.md
@@ -7,6 +7,16 @@ How do you set up `/etc/grid-security` for the Let's Encrypt CA?
7
## Getting your host certificate
8
Follow the Let's Encrypt [Getting Started](https://letsencrypt.org/getting-started/) guide.
9
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
+
20
## Setting up /etc/grid-security/host*.pem
21
```
22
ln -s /etc/letsencrypt/live/*/cert.pem /etc/grid-security/hostcert.pem
0 commit comments