Skip to content

Commit 118133c

Browse files
committed
fixes #39 - Docker based install. Updates docs
1 parent 29a6348 commit 118133c

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ Using ACME with commercial CAs in enterprise environments provides several advan
258258
**Automation and Self-Service:**
259259

260260
- Leverage standard ACME clients (Certbot, acme.sh, cert-manager.io) for certificate issuance, automatic renewals.
261-
- Enable self-service certificate requests for development teams
261+
- Enable self-service certificate requests for development and infrastructure teams

docs/content/install.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,17 @@ Then follow the [pre-built binary](#pre-built-binary) instructions to create the
147147

148148
---
149149

150-
## Docker
150+
## Install using Docker
151151

152-
Make sure to
152+
Before starting the container on a linux distro
153153

154-
- Configure the `ca.json` file
155-
- Create a directory for `db`
154+
```sh
155+
mkdir -p /opt/acme-proxy/db
156+
touch /opt/acme-proxy/ca.json
157+
chown -R 65532:65532 /opt/acme-proxy
158+
```
159+
160+
Make sure you have configured the `ca.json` file
156161

157162
```sh
158163
docker run -d \

0 commit comments

Comments
 (0)