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
da2af2ea
Commit
da2af2ea
authored
Aug 26, 2014
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
once the user has a signed SSL cert, simplify the message at the end of setup
parent
6a311ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
start.sh
setup/start.sh
+7
-6
No files found.
setup/start.sh
View file @
da2af2ea
...
...
@@ -120,14 +120,15 @@ 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 there are problems with this URL, instead use:
echo
If you have a DNS problem use the box
\'
s IP address and check the SSL fingerprint:
echo
https://
$PUBLIC_IP
/admin
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
fi
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
...
...
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