Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable13] Handle SSL certificate verifications for others than Let's Encrypt #8183

Merged
merged 1 commit into from Feb 8, 2018
Merged

[stable13] Handle SSL certificate verifications for others than Let's Encrypt #8183

merged 1 commit into from Feb 8, 2018

Commits on Feb 5, 2018

  1. Handle SSL certificate verifications for others than Let's Encrypt

    Do no longer (wrongly) rewrite URLs like
    
      * http://example.net/.well-known/pki-validation/file.txt (Comodo)
      * http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust)
      * http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign)
      * http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy)
      * http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign)
    
    for automated SSL certificate verifications. All (common commercial)
    certificate authorities (CA) except Let's Encrypt (via ACME) seem to
    use "pki-validation" rather "acme-challenge" for their domain control
    validation (DCV).
    
    Signed-off-by: Robert Scheck <robert@fedoraproject.org>
    robert-scheck committed Feb 5, 2018
    Copy the full SHA
    de07c82 View commit details
    Browse the repository at this point in the history