Let's Encrypt client
Project description
Disclaimer
This is a DEVELOPER PREVIEW intended for developers and testers only.
DO NOT RUN THIS CODE ON A PRODUCTION SERVER. IT WILL INSTALL CERTIFICATES SIGNED BY A TEST CA, AND WILL CAUSE CERT WARNINGS FOR USERS.
Browser-trusted certificates will be available in the coming months.
For more information regarding the status of the project, please see https://letsencrypt.org. Be sure to checkout the Frequently Asked Questions (FAQ).
About the Let’s Encrypt Client
In short: getting and installing SSL/TLS certificates made easy (watch demo video).
The Let’s Encrypt Client is a tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let’s Encrypt CA which will be issuing browser-trusted certificates for free.
It’s all automated:
The tool will prove domain control to the CA and submit a CSR (Certificate Signing Request).
If domain control has been proven, a certificate will get issued and the tool will automatically install it.
All you need to do to sign a single domain is:
user@www:~$ sudo letsencrypt -d www.example.org auth
For multiple domains (SAN) use:
user@www:~$ sudo letsencrypt -d www.example.org -d example.org auth
and if you have a compatible web server (Apache or Nginx), Let’s Encrypt can not only get a new certificate, but also deploy it and configure your server automatically!:
user@www:~$ sudo letsencrypt -d www.example.org run
Encrypt ALL the things!
Current Features
web servers supported:
apache/2.x (tested and working on Ubuntu Linux)
nginx/0.8.48+ (under development)
standalone (runs its own webserver to prove you control the domain)
the private key is generated locally on your system
can talk to the Let’s Encrypt (demo) CA or optionally to other ACME compliant services
can get domain-validated (DV) certificates
can revoke certificates
adjustable RSA key bitlength (2048 (default), 4096, …)
optionally can install a http->https redirect, so your site effectively runs https only (Apache only)
fully automated
configuration changes are logged and can be reverted using the CLI
text and ncurses UI
Free and Open Source Software, made with Python.
Installation Instructions
Official documentation, including installation instructions, is available at https://letsencrypt.readthedocs.org.
Links
Documentation: https://letsencrypt.readthedocs.org
Software project: https://github.com/letsencrypt/letsencrypt
Notes for developers: CONTRIBUTING.md
Main Website: https://letsencrypt.org/
IRC Channel: #letsencrypt on Freenode
Community: https://community.letsencrypt.org
Mailing list: client-dev (to subscribe without a Google account, send an email to client-dev+subscribe@letsencrypt.org)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file letsencrypt-0.0.0.dev20151017.tar.gz
.
File metadata
- Download URL: letsencrypt-0.0.0.dev20151017.tar.gz
- Upload date:
- Size: 144.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02feb9b578b4b74fd95d0d9575d8da526ff13f51708edf131b1f849616f04793 |
|
MD5 | 0836e416e6acfd795af07f2c45f57153 |
|
BLAKE2b-256 | 70d25a34d7889e8187327885a7278af41b7cf3ba7eb2fcec03fbc576e48581e6 |
File details
Details for the file letsencrypt-0.0.0.dev20151017-py2-none-any.whl
.
File metadata
- Download URL: letsencrypt-0.0.0.dev20151017-py2-none-any.whl
- Upload date:
- Size: 159.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3778310febc3618227f7e9c6a2404bae99152abcd65b07a73b0ea8d13558ed53 |
|
MD5 | bc43ffc9c8e5a4a73f15ca9587134538 |
|
BLAKE2b-256 | 55a096d59456c861c8daf6485e3e2507f51a3dc40125ab98276e7fe6ddaa99d7 |