From 64fd90d54b495e649433552eb507c36a368e3545 Mon Sep 17 00:00:00 2001 From: Carl Tashian <carl@smallstep.com> Date: Tue, 29 Jun 2021 15:51:04 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d87c1..56b4d35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-ca-trust -This is an example of a Docker image that bootstraps an internal CA. +This is an example of a Docker image that bootstraps with an internal `step-ca` server. It can serve as a pattern for trusting internal CAs, for any Ubuntu-based Docker image. The CA URL and Fingerprint can be hardcoded in the `Dockerfile` or supplied as build arguments. -- GitLab