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

justletsencrypt.sh #73

Closed
wants to merge 15 commits into from
Closed

Conversation

GuiguiSurLinux
Copy link
Contributor

J'ai fait un script pour créer un certificat SSL Let's Encrypt pour un seul site.

Ça utilise dehydrated, qui est sous licence MIT (pas mal plus permissif que GPL, c'est plus ou moins une licence WTF). C'est plus ou moins un wrapper de dehydrated.

Il y a un script python dans autossl qui roule un serveur Tornado qui retourne automatiquement ce qu'il y a dans acme-challenge (c'est le test Let's Encrypt), et s'arrête après une seule requête (pour simplifier).

En tout cas je sais que c'est peut être un peu beaucoup pour ce projet mais je me disais que ça pourrait servir à n'importe qui voulant utiliser Tornado Web Server avec Let's Encrypt. Je te laisse décider si c'est utile pour vous, ça se peut que j'en fasse son propre projet un jour.

@mathben
Copy link
Member

mathben commented Apr 29, 2017

Merci, je regarde ça bientôt, je vais m'occuper de #71 avant ce pull request.

Avasam and others added 14 commits March 10, 2018 23:28
…entication

- javascript implementation of logging and subscribe
- add an invalid login page
- client hash password
- server side validate password
- support Google, Facebook and twitter authentification
- add documentation for developer and credentials with third-party
- change server side hash with Bcrypt for more security
- automatic merge user with different third-party connection
- begin implementation to show character without logging
- INSTALL: Add configuration host:port for auth redirection
- move script web_server.sh
- create .service file
- add documentation about daemon
- configure domain name and configuration file
@mathben
Copy link
Member

mathben commented Mar 13, 2018

Merci pour ta contribution. J'ai mis à jour le code, utilisé un submodule sur un repo fork du projet initiale.
J'ai mis à jour le script et fait des adaptations.
#87
J'ai refais les commits, j'ai juste gardé le script justletsencrypt.sh de ton travail @gboudrias

@mathben mathben closed this Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants