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

xWebsite integration tests leaves certificate in the store #276

Closed
remcoeissing opened this issue Dec 31, 2016 · 0 comments · Fixed by #280
Closed

xWebsite integration tests leaves certificate in the store #276

remcoeissing opened this issue Dec 31, 2016 · 0 comments · Fixed by #280

Comments

@remcoeissing
Copy link
Contributor

On running the xWebsite integration tests a self signed certificate is generated and stored in Cert:\LocalMachine\My.

# Create a SelfSigned Cert
$selfSignedCert = (New-SelfSignedCertificate -DnsName $dscConfig.AllNodes.HTTPSHostname -CertStoreLocation 'cert:\LocalMachine\My')

When the integration tests complete this certificate will remain on the system. The integration test should remove the certificate when done.

@remcoeissing remcoeissing changed the title xWebsite integration leaves certificate in the store xWebsite integration tests leaves certificate in the store Dec 31, 2016
remcoeissing added a commit to remcoeissing/xWebAdministration that referenced this issue Jan 10, 2017
tysonjhayes pushed a commit that referenced this issue Jan 10, 2017
Changed integration test of xWebsite to clean up self signed certificate, fixes #276
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant