diff options
author | Christian Hesse <mail@eworm.de> | 2019-11-05 00:28:30 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-11-05 00:28:30 +0100 |
commit | c93c6e1934ac838da6e8000ff0dfe88e42e364de (patch) | |
tree | a4e206c11cb32b3c5c27c6e8a573cd31e21a8a14 | |
parent | 7c0c27c03f62c2fe636870ab0ab649656cce9d27 (diff) |
README: fix typo and wording
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | initial-commands | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ Initial setup If you know how things work just copy and paste the [initial commands](initial-commands). Remember to edit and rerun `global-config-overlay`! -First time useres should take the long way below. +First time users should take the long way below. ### Live presentation diff --git a/initial-commands b/initial-commands index 3caed40..d249157 100644 --- a/initial-commands +++ b/initial-commands @@ -12,7 +12,7 @@ set name="DST-Root-CA-X3" [ find where fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ]; } :if ([ / certificate print count-only where fingerprint="96bcec06264976f37460779acf28c5a7cfe8a3c0aae11a8ffcee05c0bddf08c6" or fingerprint="731d3d9cfaa061487a1d71445a42f67df0afca2a6c2d2f98ff7b3ce112b1f568" or fingerprint="0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739" ] != 3) do={ - :error "Anything is wrong with your certificates!"; + :error "Something is wrong with your certificates!"; } / file remove "letsencrypt.pem"; :foreach Script in={ "global-config"; "global-config-overlay"; "global-functions"; "script-updates" } do={ |