ssl - Setup Lets Encrypt on VPS where the DNS is setup on CloudFlare -


i have hosted website using vps , pointed using dns services of cloudflare, site working properly. trying install ssl provided lets encrypt, able complete steps site doesn't appear ssl enabled. when completed steps succesfully process didn't generate cert file.i have used https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-14-04 tell me might going wrong.

cloudflare supports using let's encrypt between cloudflare , origin; must use --webroot argument when run let's encrypt binary.

by using webroot authentication method, temporary file placed validate domain certificate. there guide on how on cloudflare centre: how validate let’s encrypt certificate on site active on cloudflare

by using method, able ensure connection between cloudflare , origin web server encrypted using strict ssl.

cloudflare full ssl in strict mode


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -