Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
678924cf
authored
Jun 20, 2019
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update knowledgebase
parent
49b7a0ff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
5 deletions
common/docs/knowledgeBase/renew-certificate-for-archiva.txt → common/docs/knowledgeBase/renew-certificate-for-municipalitybank.txt
common/docs/knowledgeBase/renew-certificate-for-
archiva
.txt
→
common/docs/knowledgeBase/renew-certificate-for-
municipalitybank
.txt
View file @
678924cf
renew-certificate-for-
archiva
.txt
renew-certificate-for-
municipalitybank
.txt
objective
=========
in case the
archiva's cerificate expires, you need to restart the stunnel-archiva docker
in order to read
the updated
certficate. since it doesn't happens automaticall.
both gitlab & archive
uses the same certificate.
in case the
municipalitybank's cerificate expires, you need to restart gitlab,stunnel-archiva and owncloud dockers
in order to read
and update
certficate. since it doesn't happens automaticall.
gitlab & archives(stunnel-archiva and owncloud)
uses the same certificate.
A. To restart stunnel-archiva
-----------------------------
1. verify that y
i
ou have a valid certifcate by going into:
1. verify that you have a valid certifcate by going into:
url: https://municipalitybank.com/
if no ssl issue occurs, the certifcate is valid.
...
...
@@ -46,12 +46,41 @@ passwd: giptmgrr
2. to renew the certificate run the following:
>/usr/bin/certbot renew --quiet --renew-hook "docker exec volumenyc101_gitlab_1 /usr/bin/gitlab-ctl restart nginx"
check the browser again!
if the browser still shows that the certificate is invalid run the following command
>docker exec volumenyc101_gitlab_1 /usr/bin/gitlab-ctl restart nginx
this also restarts the gitlab docker in order to refresh its certifate
you need to restart manually the stunnel-archiva as detailed in section A.
C. To restart owncloud-stunnel
------------------------------
1. verify that you have a valid certifcate by going into:
url: https://municipalitybank.com:8085/
if no ssl issue occurs, the certifcate is valid.
if not valid, perform the section [B. To renew certiftcate]
2. login into municipalitybank.com
> ssh root@municipalitybank.com
passwd: giptmgrr
3. goto /mnt/volume-nyc1-01/owncloud/config
> cd /mnt/volume-nyc1-01/owncloud/config
4. restart the owncloud-stunnel docker
> dc stop stunnel-owncloud
> dc rm -f stunnel-owncloud
> dc up -d stunnel-owncloud
5. check that you enter the archiva with no SSL issues.
url: https://municipalitybank.com:8085/login
done!
...
...
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