-
Notifications
You must be signed in to change notification settings - Fork 9
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merci, je regarde ça bientôt, je vais m'occuper de #71 avant ce pull request. |
…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
User auth AdminTL#3 profile
- move script web_server.sh - create .service file - add documentation about daemon
…_#80 Configure daemon systemctl AdminTL#80
- configure domain name and configuration file
Merci pour ta contribution. J'ai mis à jour le code, utilisé un submodule sur un repo fork du projet initiale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.