Set WS to use the ActiveCerts folder for its certs
Backport change to existing servers
### Problem
Nginx did not reload after renew, resulting in nginx presenting the user with a invalid Cert.
### Solution
* Add install-cert command
```
acme.sh --install-cert -d example.com --cert-file /etc/acmesh/ActiveCerts/<DomainName>/cert.pem --key-file /etc/acmesh/ActiveCerts/<DomainName>/key.pem --fullchain-file /etc/acmesh/ActiveCerts/<DomainName>/fullchain.pem --reloadcmd "service <WS> force-reload"
```
* Set WS to use the ActiveCerts folder for its certs
* Backport change to existing servers
Wrote HotFix Scipt for existing servers,
Expected rollout to effected servers before Week 14
Script was writen to test the solution for this bug
Current priority is implemantation of permanet solution, ETA: friday of week 12
Run for each domain(excluding www.*):
```
bash <(curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/attachments/4078f3a5-7f5e-4a15-bf4d-b3f3e4f22fa3)
```
Run once for Backend
```
bash <(curl --retry 7 --retry-delay 5 -s https://git.ictmaatwerk.com/attachments/59ad785c-20d3-444c-838e-2fe44951efb8)
```
Fix implemented and tested
Tested on a EL8 and a Deb Platform with Apache and NGINX
So for new servers consider this issue Closed
Next step is to roll out the HotFix to existing Web-V2 servers, target is still before Week 14
Fix implemented and tested
Tested on a EL8 and a Deb Platform with Apache and NGINX
So for new servers consider this issue Closed
Next step is to roll out the HotFix to existing Web-V2 servers, target is still before Week 14
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
Nginx did not reload after renew, resulting in nginx presenting the user with a invalid Cert.
Solution
Wrote HotFix Scipt for existing servers,
Expected rollout to effected servers before Week 14
Script was writen to test the solution for this bug
Current priority is implemantation of permanet solution, ETA: friday of week 12
Run for each domain(excluding www.*):
Run once for Backend
Fix implemented and tested
Tested on a EL8 and a Deb Platform with Apache and NGINX
So for new servers consider this issue Closed
Next step is to roll out the HotFix to existing Web-V2 servers, target is still before Week 14