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

Shall we change the intro guide since acmephp client deprecated the step by step command? #1

Open
xiaohuilam opened this issue Aug 1, 2019 · 0 comments

Comments

@xiaohuilam
Copy link

<span class="comment"># Register your account key in Let's Encrypt</span>
<span class="dollar">$</span> <span class="acmephp">php acmephp.phar</span> <span class="command">register</span> <span class="arguments">[email protected]</span>
<span class="comment"># Prove you own the domain "mydomain.com"</span>
<span class="dollar">$</span> <span class="acmephp">php acmephp.phar</span> <span class="command">authorize</span> <span class="arguments">mydomain.com</span>
<span class="comment"># Ask the server to check your proof</span>
<span class="dollar">$</span> <span class="acmephp">php acmephp.phar</span> <span class="command">check</span> <span class="arguments">mydomain.com</span>
<span class="comment"># Get the certificate!</span>
<span class="dollar">$</span> <span class="acmephp">php acmephp.phar</span> <span class="command">request</span> <span class="arguments">mydomain.com</span>
<span class="comment"># To renew, re-run "php acmephp.phar request mydomain.com"</span>
<span class="comment"># Pro-Tip: configure a CRON to renew automatically!</span>

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

No branches or pull requests

1 participant