Skip to content

Commit

Permalink
Merge pull request #186 from Raphux/master
Browse files Browse the repository at this point in the history
Added some DNS on the certificate
  • Loading branch information
Raphux committed Aug 31, 2017
2 parents 3c302a2 + 0a5b733 commit aea3e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts_utils/openssl-for-passhportd.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ authorityKeyIdentifier = keyid:always,issuer
DNS.1 = 127.0.0.1
DNS.2 = localhost
DNS.3 = passhport
DNS.4 = TO_CHANGE
DNS.4 = bastion
DNS.5 = bastion.passhport.org
DNS.6 = TO_CHANGE
2 changes: 1 addition & 1 deletion scripts_utils/passhport-install-script-debian-8-9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ openssl req -new -key "/home/passhport/certs/key.pem" \
-days 365 \
-sha256 \
-extensions v3_req
echo 'Do you wan to launch passhportd daemon ? (y/N)'
echo 'Do you want to launch passhportd daemon ? (y/N)'
read ANSWER
if [ "${ANSWER}" == 'y' ] || [ "${ANSWER}" == 'yes' ]
then
Expand Down

0 comments on commit aea3e6c

Please sign in to comment.