Skip to content

Commit

Permalink
fix: docs (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayra1 committed Aug 14, 2024
1 parent 1b37388 commit 83938cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ docker pull ghcr.io/canonical/gocert:latest
docker run -d --name gocert -p 3000:3000 ghcr.io/canonical/gocert:latest
# Push the 3 required files and restart the workload
docker exec gocert /usr/bin/pebble mkdir -p /etc/gocert/config
docker exec gocert /usr/bin/pebble mkdir -p /var/lib/gocert/database
docker cp key.pem gocert:/etc/gocert/config/key.pem
docker cp cert.pem gocert:/etc/gocert/config/cert.pem
docker cp config.yaml gocert:/etc/gocert/config/config.yaml
Expand All @@ -60,4 +61,4 @@ You will need to build the frontend first, and then install gocert with Go.
```bash
npm install --prefix ui && npm run build --prefix ui && go install ./...
gocert -config ./config.yaml
```
```

0 comments on commit 83938cd

Please sign in to comment.