From 3a7a8c6298ec79ec2014183db577b6b29a16f163 Mon Sep 17 00:00:00 2001 From: Kayra Date: Wed, 5 Jun 2024 20:15:46 +0300 Subject: [PATCH 1/2] Update README.md Co-authored-by: Ghislain Bourgeois --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7b1c29..1d4ed51 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ GoCert requires 3 files to operate: * A TLS certificate with that private key * A YAML config file with the required parameters -you can generate the cert and the associated key by running: +You can generate the cert and the associated key by running: `openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 1 -out cert.pem -subj "/CN=example.com"` GoCert does not support insecure http connections. From 0ea8bf343fa321d762b23b2f2a70268611784e64 Mon Sep 17 00:00:00 2001 From: Kayra Date: Wed, 5 Jun 2024 20:15:52 +0300 Subject: [PATCH 2/2] Update README.md Co-authored-by: Ghislain Bourgeois --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4ed51..dbd3601 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The config file requires the following parameters: * port: the port in integer form to serve all of GoCert's API and frontend * pebblenotificationsenabled: a boolean that once enabled, will allow GoCert to send pebble notices. Read more about it (here)[https://github.com/canonical/pebble?tab=readme-ov-file#notices]. -an example config file may look like: +An example config file may look like: ```yaml keypath: "./key.pem"