Skip to content
Snippets Groups Projects
Unverified Commit 86ac9635 authored by Carl Tashian's avatar Carl Tashian Committed by GitHub
Browse files

Update README.md

parent 39f0c200
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
This is an example of a Docker image that bootstraps an internal CA.
It can serve as a pattern for trusting internal CAs, for any Ubuntu-based Docker image.
The CA URL and Fingerprint can be hardcoded or supplied as build arguments.
The CA URL and Fingerprint can be hardcoded in the `Dockerfile` or supplied as build arguments.
This image can be layered on top of any Ubuntu-based server image.
For example, change `FROM ubuntu:focal` to `FROM mongo` and you will get a MongoDB server that trusts your CA.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment