blob: 0369f9bc8da8051a6180bcae9af1b98d95e128e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|