From 2575e40dd2cfdce9b10e91144a7e61d8e83f4742 Mon Sep 17 00:00:00 2001 From: ThijsFeryn Date: Wed, 6 Jan 2021 08:34:23 +0100 Subject: [PATCH] Applied markdownfmt to file. --- hitch/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hitch/content.md b/hitch/content.md index b54c8da4c..7bb8d38f1 100644 --- a/hitch/content.md +++ b/hitch/content.md @@ -40,9 +40,9 @@ docker run hitch "--backend=[varnish]:8443" ## Setting the certificate -The Hitch Docker image comes with a self-signed certificate that is stored in `/etc/hitch/certs/default`. +The Hitch Docker image comes with a self-signed certificate that is stored in `/etc/hitch/certs/default`. -This certificate is automatically created during *Hitch* package install, and is a self-signed certificate using 2048-bit RSA-encrypted cipher. It is set up for the `localhost` hostname, with an expiration date 30 years in the future. +This certificate is automatically created during *Hitch* package install, and is a self-signed certificate using 2048-bit RSA-encrypted cipher. It is set up for the `localhost` hostname, with an expiration date 30 years in the future. This certificate is only suited for testing. Using a bind mount, you can override the value of the certificate and use your own certificate, which is advisable.