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

CryptographicException: The system cannot find the file specified #24

Closed
colinramsay opened this issue Dec 4, 2015 · 4 comments
Closed

Comments

@colinramsay
Copy link

Not sure what's going on here... I'm on IIS7. It doesn't look like there's a "Web Hosting" certificate store - could that be it?

System.Security.Cryptography.CryptographicException: The system cannot find the
file specified.

   at System.Security.Cryptography.X509Certificates.X509Store.Open(OpenFlags fla
gs)
   at LetsEncrypt.ACME.Simple.Program.InstallCertificate(Target binding, String
pfxFilename, X509Store& store, X509Certificate2& certificate) in C:\Users\Bryan\
Documents\letsencrypt-win-simple\letsencrypt-win-simple\Program.cs:line 266
   at LetsEncrypt.ACME.Simple.Program.Auto(Target binding) in C:\Users\Bryan\Doc
uments\letsencrypt-win-simple\letsencrypt-win-simple\Program.cs:line 239
   at LetsEncrypt.ACME.Simple.Program.Main(String[] args) in C:\Users\Bryan\Docu
ments\letsencrypt-win-simple\letsencrypt-win-simple\Program.cs:line 171
@colinramsay
Copy link
Author

Upon further investigation, because this is a Windows 2008 server it doesn't have that certificate store. The readme specifically mentions IIS7 and doesn't say anything about an incompatibility with 2008, so I'm not sure if this is by design or if it's an oversight.

@Bryan-Legend
Copy link
Collaborator

There will be a fix for this today.

On Fri, Dec 4, 2015 at 10:30 AM, Colin Ramsay notifications@github.com
wrote:

Upon further investigation, because this is a Windows 2008 server it
doesn't have that certificate store. The readme specifically mentions IIS7
and doesn't say anything about an incompatibility with 2008, so I'm not
sure if this is by design or if it's an oversight.


Reply to this email directly or view it on GitHub
#24 (comment)
.

@Bryan-Legend
Copy link
Collaborator

Fixed in 1.7

https://github.com/Lone-Coder/letsencrypt-win-simple/releases/tag/v1.7

@colinramsay
Copy link
Author

Perfect, thank you.

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

2 participants