Some SSL Certs needs to validate through a text file served in apache. Something like: http://example.org/.well-known/pki-validation/F70E08C160E9B8C7GB488B8AEB246D11B.txt Solution: Add similar configuration in the virtualhost file in apache: 1Alias /.well-known/pki-validation/ …
Read More