Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
d4baac23
Commit
d4baac23
authored
Mar 01, 2017
by
Manuel
Committed by
Joshua Tauberer
Mar 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
at the end of setup show SHA256 tls cert hash instead of SHA1 hash (#1108)
parent
f88c907a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
start.sh
setup/start.sh
+5
-5
No files found.
setup/start.sh
View file @
d4baac23
...
...
@@ -147,17 +147,17 @@ if management/status_checks.py --check-primary-hostname; then
echo
https://
$PRIMARY_HOSTNAME
/admin
echo
echo
"If you have a DNS problem put the box's IP address in the URL"
echo
"(https://
$PUBLIC_IP
/admin) but then check the
SSL
fingerprint:"
openssl x509
-in
$STORAGE_ROOT
/ssl/ssl_certificate.pem
-noout
-fingerprint
\
|
sed
"s/SHA
1
Fingerprint=//"
echo
"(https://
$PUBLIC_IP
/admin) but then check the
TLS
fingerprint:"
openssl x509
-in
$STORAGE_ROOT
/ssl/ssl_certificate.pem
-noout
-fingerprint
-sha256
\
|
sed
"s/SHA
256
Fingerprint=//"
else
echo
https://
$PUBLIC_IP
/admin
echo
echo
You will be alerted that the website has an invalid certificate. Check that
echo
the certificate fingerprint matches:
echo
openssl x509
-in
$STORAGE_ROOT
/ssl/ssl_certificate.pem
-noout
-fingerprint
\
|
sed
"s/SHA
1
Fingerprint=//"
openssl x509
-in
$STORAGE_ROOT
/ssl/ssl_certificate.pem
-noout
-fingerprint
-sha256
\
|
sed
"s/SHA
256
Fingerprint=//"
echo
echo
Then you can confirm the security exception and
continue
.
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment