Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oocx committed Dec 4, 2015
1 parent dbfee1d commit 2b6eb9a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,24 @@ server.

Examples:

Request a certificate for www.yourdomain.com and accept the terms of service of the ACME server (-a):
Request a certificate for www.yourdomain.com and accept the terms of service of the ACME server (-a),
using [email protected] as registration contact information (-m):
'''
acme.exe -a www.yourdomain.com
acme.exe -a www.yourdomain.com -m mailto:[email protected]
'''

If you don't want to use IIS integration or can't use it / you are not using IIS, you can also
run acme.exe without IIS support. In that case, you need to manually copy the challenge file
that is required to validate domain ownership to your server.

Request a certificate for www.yourdomain.com without IIS integration
Request a certificate for www.yourdomain.com without IIS integration and accept the terms of service of the ACME server (-a),
using [email protected] as registration contact information (-m):
'''
acme.exe -a www.yourdomain.com -m mailto:[email protected] -c manual-http-01 -i manual
'''

If something does not work, please contact me at [email protected] or submit an issue on GitHub. You
can increase the output verbosity by using the parameter -v Verbose

# Projects in this repository

Expand Down

0 comments on commit 2b6eb9a

Please sign in to comment.