├── favicon.ico ├── fonts ├── OpenSans-Bold.woff └── OpenSans-Light.woff ├── images ├── 3.jpg ├── LE_badge_color.svg └── letsencrypt-logo-horizontal.svg └── index.html /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letsencrypt/helloworld/7b5abd0611310845b8623b23894f3bd1a68f9623/favicon.ico -------------------------------------------------------------------------------- /fonts/OpenSans-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letsencrypt/helloworld/7b5abd0611310845b8623b23894f3bd1a68f9623/fonts/OpenSans-Bold.woff -------------------------------------------------------------------------------- /fonts/OpenSans-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letsencrypt/helloworld/7b5abd0611310845b8623b23894f3bd1a68f9623/fonts/OpenSans-Light.woff -------------------------------------------------------------------------------- /images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letsencrypt/helloworld/7b5abd0611310845b8623b23894f3bd1a68f9623/images/3.jpg -------------------------------------------------------------------------------- /images/LE_badge_color.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 10 | 15 | 17 | 20 | 22 | 23 | 24 | 27 | 28 | 29 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /images/letsencrypt-logo-horizontal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Layer 1 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Hello World, Let's Encrypt 10 | 11 | 149 | 150 | 151 | 152 | 153 | 154 |
155 | 156 |
157 | 158 | 159 | 164 | 165 | 166 |
167 |
168 |

Let's Encrypt is a new certificate authority. We created this page to show you our first certificate.

169 |
170 |

We're trusted

171 |

Let's Encrypt is now trusted by a majority of the web browsers, as planned in our launch schedule. Website users no longer need to add our ISRG root certificate to utilize certificates issued by Let's Encrypt.

172 |

Now that we're trusted, this page should have loaded without errors or warnings, and you should see a lock icon in the URL bar. Click the lock! In the security information, you should see something like "Verified by: Let's Encrypt". You can use your browser's certificate viewer to see the details of the certificate.

173 |

Get involved

174 |

Let's Encrypt is a community-driven project. We would love for you to get involved.

175 | 180 | 181 |
182 |
183 |
184 | 185 | 186 | 187 | 188 | --------------------------------------------------------------------------------