From ed11bd54555cb16aecc971abc75f100a0a0d099b Mon Sep 17 00:00:00 2001 From: nicholas Date: Fri, 28 Jan 2022 20:15:52 +0000 Subject: [PATCH] init commit. needs more work done --- automation/certificates/internal/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 automation/certificates/internal/README.md diff --git a/automation/certificates/internal/README.md b/automation/certificates/internal/README.md new file mode 100644 index 0000000..5a9441e --- /dev/null +++ b/automation/certificates/internal/README.md @@ -0,0 +1,5 @@ +# Internal Certificate Automation with bash and openssl + +I use a very generic approach for certificate automation as I like to be able to pick-up-an-go to a new system and have things "just work". I created this automation method so easily issue new certs and create a renewal pipeline that is touchless. + +Essentially, there is a domain/fqdn path per cert. Each path has a config and script that will be run to generate a new CSR config file. \ No newline at end of file