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
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,35 @@
14
14
Digitalocean Certificate Letsencrypt Generator
15
15
16
16
```
17
+
18
+
## Description
19
+
**docert** is certbot helper script for generating letsencrypt using digitalocean plugin. It can be usefull for automation or manual creation. Personally we use this for generating ssl letsencrypt certificate on development.
20
+
21
+
## How to use
22
+
Using this script is quite simple, but required docker. We already used this on Mac or Linux.
23
+
1. Clone this repository, then build your docker image.
24
+
```
25
+
cd docert
26
+
docker build -t devboxid/docert:latest .
27
+
```
28
+
2.[Generate](https://www.digitalocean.com/docs/apis-clis/api/create-personal-access-token/) your digitalocean personal access token.
29
+
3. Save in `./secrets/config.ini` same as your working/cloned repository.
0 commit comments