diff options
Diffstat (limited to 'nginx/README.md')
-rw-r--r-- | nginx/README.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nginx/README.md b/nginx/README.md deleted file mode 100644 index 0369f9b..0000000 --- a/nginx/README.md +++ /dev/null @@ -1,18 +0,0 @@ - -This folder contains nginx configs for partner access to sandcrawler DB -(postgrest) and GROBID XML blobs (minio). - -`fatcat-blobs` is part of the fatcat.wiki ansible config, but included here to -show how it works. - -## Let's Encrypt - -As... bnewbold? - - sudo certbot certonly \ - --non-interactive \ - --agree-tos \ - --email bnewbold@archive.org \ - --webroot -w /var/www/letsencrypt \ - -d sandcrawler-minio.fatcat.wiki \ - -d sandcrawler-db.fatcat.wiki |