Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nomailme authored Mar 12, 2020
1 parent dfea3cd commit 87b343b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Contains tools for conversion to/from PEM format from/to PFX (PKCS12)
To start Certificate Authority
`dotnet TestAuthority.dll`

To start project in docker container
`docker run -p 5000:80 -d nomail/test-authority:latest`
`docker run -p 5000:80 -v /usr/share/test-authority:/usr/share/test-authority -d nomail/test-authority:latest`

# Usage

Issue certificate for example.com
Expand Down

0 comments on commit 87b343b

Please sign in to comment.