From bfdf029a018f6cf08d01954ce2cb02f4af9198b9 Mon Sep 17 00:00:00 2001 From: Marco Streich Date: Thu, 8 Dec 2022 17:40:30 +0100 Subject: [PATCH] Fix typos --- README.md | 2 +- deploymentagent/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a107f16..b38dc30 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ In case you have an existing configuration for Certbot, you can copy it to `/mnt $ export AWS_ACCESS_KEY_ID="..." $ export AWS_SECRET_ACCESS_KEY="..." $ export LETSENCRYPT_DIR=/mnt/data/letsencrypt -$ export domains="..." # list of domain_name_production and domain_alternative_names_production in config.json, each each one prefixed with the `-d` flag +$ export domains="..." # list of domain_name_production and domain_alternative_names_production in config.json, each one prefixed with the `-d` flag $ certbot certonly --dry-run --non-interactive --agree-tos -m webmaster@"$DOMAIN_NAME" --work-dir "$LETSENCRYPT_DIR"/lib --logs-dir "$LETSENCRYPT_DIR"/log --config-dir "$LETSENCRYPT_DIR"/etc --dns-route53 --preferred-challenges dns $domains ``` At this point you should test whether the configuration is working, to prevent Certbot to create or renew the certificate, you can supply the `--dry-run` flag. diff --git a/deploymentagent/README.md b/deploymentagent/README.md index 3383bf2..6c430c5 100644 --- a/deploymentagent/README.md +++ b/deploymentagent/README.md @@ -62,7 +62,7 @@ If the same app is specified multiple times, the last entry in the list takes pr ```json { "foo": "latest", - "bar": "latest", + "bar": "latest" } ``` The deployment state file is intended to be read by Nix, which will produce a systemd unit file that configures the Podman container. @@ -146,7 +146,7 @@ curl -u'testuser:testpass' -i -XPOST localhost:8080/deploy -d '[{"app":"alpine", "version": "latest" }, { - "app": "alpine", + "app": "busybox", "version": "latest" } ],