@@ -21,33 +21,6 @@ Certificates Request List (CRL).
2121- [ GoCA Package] ( #GoCA-Package )
2222- [ GoCA HTTP REST API package] ( #GoCA-HTTP-REST-API )
2323
24- ## GoCA Docker Container
25-
26- GoCA Docker is HTTP Rest API that uses mainly crypto/x509 to manage Certificate Authorities and Certificates such
27- as a simple PKI Service.
28-
29- > NOTE: Do not expose the GoCA HTTP REST API service directly. Use it behind to some
30- Authentication/Authorization service.
31-
32- ### Docker Container
33- ```
34- $ docker run -p 80:80 kairoaraujo/goca:tag
35- ```
36-
37- The API Documentation is online available at http://kairoaraujo.github.io/goca/ .
38-
39- ### Where store the data
40-
41- > The GoCA data (certificate, keys, etc.) is in `` /goca/data `` ; make sure you have a protected volume for this data.
42-
43- Create a data directory on a suitable volume on your host system, e.g. /my/own/datadir.
44-
45- Start your GoCA container like this:
46-
47- ````
48- $ docker run -p 80:80 -v /my/own/datadir:/goca/data kairoaraujo/goca:tag
49- ````
50-
5124## GoCA Package
5225
5326``` shell
@@ -150,3 +123,13 @@ GoCA also provides an implementation using HTTP REST API.
150123
151124This is available in [ `` rest-api `` ] ( rest-api/ ) folder.
152125
126+ ## GoCA Docker Container
127+
128+ GoCA Docker ready to use HTTP Rest API that uses mainly crypto/x509 to manage Certificate Authorities and Certificates such
129+ as a simple PKI Service.
130+
131+ The API Documentation is online available at http://kairoaraujo.github.io/goca/ .
132+
133+ More details in [ Docker README] ( DOCKER_README.md ) .
134+
135+ GoCA Docker Image is available at https://hub.docker.com/r/kairoaraujo/goca/
0 commit comments