8.2 more domains, move beta signups
This commit is contained in:
39
ssl/index.js
39
ssl/index.js
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user