Browse Source

Use neutral x509 self-signed cert

pull/1322/head
Johann Frei 3 years ago
parent
commit
5c89606f40
1 changed files with 1 additions and 1 deletions
  1. 2
      offline_deployment/offline_01_1-optional_use_https.sh

2
offline_deployment/offline_01_1-optional_use_https.sh

@ -8,7 +8,7 @@ unset DIR
# create certificate pair
sudo apt-get install -y openssl
openssl req -new -newkey rsa:4096 -sha256 -nodes -x509 -keyout ./nginx/cert.key -out ./nginx/cert.crt \
-subj "/C=DE/ST=Bayern/L=Augsburg/O=Universität Augsburg/OU=Misit/CN=*.informatik.uni-augsburg.de"
-subj "/C=US/ST=StateCode/L=LocationName/O=OrganizationName/OU=OrganizationUnit/CN=doccano.herokuapp.com"
# define cert paths inside container
ssl_cert="/certs/cert.crt"

Loading…
Cancel
Save