Update notes

This commit is contained in:
2017-09-28 07:56:11 +03:00
parent 4d7975e9b0
commit 914156a4d6
4 changed files with 46 additions and 10 deletions

View File

@ -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
```