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

Renew the self-signed cert used by the API #119

Closed
drago-draganov opened this issue Aug 2, 2017 · 3 comments
Closed

Renew the self-signed cert used by the API #119

drago-draganov opened this issue Aug 2, 2017 · 3 comments

Comments

@drago-draganov
Copy link
Contributor

The setup always reuses the existing API cert (including self-signed cert).

With cert expiration of 1 year it's easy to hit the limit.
As minimum the setup should renew API's self-signed certificate if the current is close to expire (< 2-3 months.)

@jimmyca15
Copy link
Member

Replacing the IIS Administration API certificate if it has less than 3 months left sounds like the best approach.

The installer should log that the certificate is being replaced. We can do this by adding a verbose log entry to the PowerShell installation script.

@jimmyca15
Copy link
Member

Closed by #123

@jimmyca15
Copy link
Member

The solution to this issue was creating a new certificate rather than deleting the existing Microsoft IIS Administration Server Certificate

If the server already has a Microsoft IIS Administration Server Certificate then a new certificate will be created with the format Microsoft IIS Administration Server Certificate {YEAR}

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