mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes
This commit is contained in:
@ -557,6 +557,24 @@ INFO org.dspace.storage.rdbms.DatabaseManager @ Falling back to creating own Da
|
||||
- Start discussiong with ICT about Linode server update for DSpace Test
|
||||
- Rosemary said I need to work with Robert Okal to destroy/create the server, and then let her and Lilian Masigah from finance know the updated Linode asset names for their records
|
||||
|
||||
## 2017-09-27
|
||||
## 2017-09-28
|
||||
|
||||
-
|
||||
- Tunji from the System Organization finally sent the DNS request for library.cgiar.org to CGNET
|
||||
- Now the redirects work
|
||||
- I quickly registered a Let's Encrypt certificate for the domain:
|
||||
|
||||
```
|
||||
# systemctl stop nginx
|
||||
# /opt/certbot-auto certonly --standalone --email aorth@mjanja.ch -d library.cgiar.org
|
||||
# systemctl start nginx
|
||||
```
|
||||
|
||||
- I modified the nginx configuration of the ansible playbooks to use this new certificate and now the certificate is enabled and OCSP stapling is working:
|
||||
|
||||
```
|
||||
$ openssl s_client -connect cgspace.cgiar.org:443 -servername library.cgiar.org -tls1_2 -tlsextdebug -status
|
||||
...
|
||||
OCSP Response Data:
|
||||
...
|
||||
Cert Status: good
|
||||
```
|
||||
|
Reference in New Issue
Block a user