Hi,
currently i am using "acmesharp-posh-all.0.8.1.0" on a Windows Server 2012 R2 (with Powershell Version 4) running also Exchange Server 2010.
Now i am thinking of switching to Version 0.9.0 - mainly because i never found out how to update the Web-Certificate via Powershell (both for the IIS-Part and the Exchange-Services like IMAP).
The commands i use today look something like:
Import-Module ACMESharp
Import-Module ACMESharp\ACMESharp-IIS
New-ACMEIdentifier -Dns
x.y.com -Alias server_Identifier_01
Complete-ACMEChallenge server_Identifier_01 -ChallengeType http-01 -Handler iis -HandlerParameters @{ WebSiteRef = 'Default Web Site' }
Submit-ACMEChallenge server_Identifier_01 -ChallengeType http-01
Update-ACMEIdentifier server_Identifier_01
New-ACMECertificate server_Identifier_01 -Generate -Alias server_certificate_01
Submit-ACMECertificate server_certificate_01
Update-ACMECertificate server_certificate_01
Now my question:
Can the new version 0.9.0 be easely installed or has the old version 0.8.1.0 be uninstalled first (if so how)?
Are the commands the same as they were before or do i have to change them?
Can you please point me to the right software package / download location?
Could you please give me a helping hand by telling me the working command to update the certificate in IIS (and maybe Exchange 2010) via powershell.
Thanks in advance for your help and sorry for these beginners questions.
Thomas
PS: Forgive me my poor english but it is not my native language