Skip to content
This repository was archived by the owner on Feb 5, 2018. It is now read-only.

Commit 6c27e64

Browse files
committed
Improved documentation
1 parent bea3141 commit 6c27e64

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# Let's Encrypt with DNS challenge on platform.sh
1+
# ACME (Let's Encrypt) with DNS challenge on platform.sh
22

33
[Platform.sh](https://platform.sh) currently doesn't support using
4-
Let's Encrypt certificates (at least not with domain verification and
5-
automatic renewal).
4+
ACME/Let's Encrypt certificates (at least not with domain verification
5+
and automatic renewal).
66

7-
This image uses [lego](https://github.com/xenolf/lego) to obtain a
8-
certificate via Let's Encrypts DNS challenge and uploads the
9-
certificate to platform.sh using their commmand line client.
7+
This Docker image provides scripting for obtaining certificates via
8+
ACME/Let's Encrypt and uploading them to Platform.sh using their API.
109

11-
Experimental. YMMV.
10+
This Docker image is based on [lego](https://github.com/xenolf/lego)
11+
to obtain a certificate via ACME DNS challenge and uploads the
12+
certificate to platform.sh using their commmand line client.
1213

1314
Necessary configuration via environment variables, .i.e.:
1415

0 commit comments

Comments
 (0)