-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Create sample collection #55
Comments
A solution that provides a Single Certificate that can be for a single DNS or multiple DNS Create a file CreateAcmeCertificate.ps1 with the following content. ===================== try {
} ========================================= $stateDir = "C:\Temp\AcmeState"; $wwwRoot = "C:\inetpub\wwwroot" # Change this to point to the directory
$ScriptPath = Split-Path $MyInvocation.InvocationName & $cmd -stateDir "$stateDir" -dnsList $dnsList -wwwRoot "$wwwRoot" -certname "$certname" -password "$password" |
Issue multiple certificatesImport the Certificate Chain(automatically included since 1.2)The text was updated successfully, but these errors were encountered: