Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sscep-docker"]
path = sscep-docker
url = https://github.com/pertoft/sscep-docker
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ SSCEP has been tested successfully against the following CA products:
> (\*\*\*\*) automatic approval according to newer SCEP drafts requires
OpenCA 0.9.2.4 or higher


## Docker version
Run a single command using:
`docker run -it pertoft/sscep-docker:latest sscep getca -c tmp/cacert -u http://yourhost/scep/scep`

or alternative to get an interactive shell:

`docker run -it pertoft/sscep-docker:latest bash`

Alternative you can jump into the container and run scep commands docker run -it pertoft/sscep-docker:latest bash


## HOW TO COMPILE

The program should compile on the following systems:
Expand Down
1 change: 1 addition & 0 deletions sscep-docker
Submodule sscep-docker added at ed1e93