Skip to content

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

Open
@xiaohuilam

Description

@xiaohuilam

<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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions