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
4b6d86ef
Commit
4b6d86ef
authored
Sep 04, 2015
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trim the instructions at the end of an upgrade about the DNS-broken control panel login
parent
75a75a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
start.sh
setup/start.sh
+9
-7
No files found.
setup/start.sh
View file @
4b6d86ef
...
...
@@ -130,17 +130,19 @@ if management/status_checks.py --check-primary-hostname; then
# Show the nice URL if it appears to be resolving and has a valid certificate.
echo
https://
$PRIMARY_HOSTNAME
/admin
echo
echo
If you have a DNS problem use the box
\'
s IP address and check the SSL fingerprint:
echo
https://
$PUBLIC_IP
/admin
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/SHA1 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/SHA1 Fingerprint=//"
echo
echo
Then you can confirm the security exception and
continue
.
echo
fi
openssl x509
-in
$STORAGE_ROOT
/ssl/ssl_certificate.pem
-noout
-fingerprint
\
|
sed
"s/SHA1 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