Skip to content

Commit

Permalink
Fixed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Mar 27, 2018
1 parent d89e65e commit cb073c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# my-ssl-certs
Simple based Django application to request and sign custom SSL certificates

![](https://github.com/tchellomello/my-ssl-certs/blob/master/my-ssl-certs.png)
![](https://github.com/tchellomello/my-ssl-certs/raw/master/my-ssl-certs.png)

## Docker
```bash
docker run -p 8000:8000 tchellomello/mysslcerts:latest
docker run -p 8000:8000 tchellomello/my-ssl-certs:latest
```

## Environment Variables
Expand Down Expand Up @@ -57,5 +57,5 @@ docker run -d -p 8000:8000 \
-e CA_C='US' -e CA_ST='North Carolina' \
-e CA_L='Raleigh' -e CA_O='IT' -e CA_OUT='DTI' \
-e CA_EMAIL='[email protected]' -e CA_DAYS=365 \
tchellomello/mysslcerts:latest
tchellomello/my-ssl-certs:latest
```

0 comments on commit cb073c6

Please sign in to comment.