From 715cbb7c89b8d3552d44fc869fb70631a15f9975 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 7 Jun 2019 10:35:41 -0400 Subject: [PATCH] Update Create_Certs.md fix table --- docs/Create_Certs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Create_Certs.md b/docs/Create_Certs.md index f4e757c..e3e5391 100644 --- a/docs/Create_Certs.md +++ b/docs/Create_Certs.md @@ -7,7 +7,7 @@ Certificates should be placed in the `{bumper_home}/certs` directory. If certif Users can generate certificates in the following ways: | Method | Description | -| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | +| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | | [Create_Certs](#creating-certs-using-createcerts) | ***(Preferred)*** This is a utility that has been created to assist in generating the certificates required easily. | | [OpenSSL](#manually-create-certs-with-openssl) | Users can manually create the same certificates as Create_Certs by utilizing OpenSSL. | | [Custom CA/Self](#using-a-custom-caself) | If a user has their own CA the certificates can be generated there and used within Bumper. |