8.2 more domains, move beta signups

This commit is contained in:
metacryst
2025-08-02 19:38:03 -05:00
parent 5ba9bae02c
commit 343f466c6e
6 changed files with 274 additions and 37 deletions

View File

@@ -1,14 +1,33 @@
/* 1. Shut down Admin and run this file 'npm run start' */
/*
/* 2. Run this command */
// sudo certbot certonly \
// --dns-route53 \
// -d '*.parchment.page' \
// -d quill.sun.museum \
// -d admin.sun.museum \
// -d scraper.sun.museum \
// -d ai.sun.museum \
// -d america.sun.museum
This server useses two certificates: one for Parchment, which requires
wildcard domains, and one for all the other websites.
*/
/* 1. Shut down Admin and run 'npm run start' (in this ssl folder) */
/* 2.1 Run this command to support Parchment wildcard certs (AWS Authentication)
sudo certbot certonly \
--dns-route53 \
-d '*.parchment.page'
*/
/* 2.2 Run this command to support all others
sudo certbot certonly \
--standalone \
-d hyperia.so \
-d aryan.so \
-d admin.sun.museum \
-d america.sun.museum \
-d noahkurtis.com \
-d americanforum.net \
-d thefiveprinciples.org \
-d government.forum
*/
import http from 'http';