-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use Cert Renewal Scripts as Part of SSL Setup #160
Labels
2 - Working
Tickets that are currently being worked on.
Enhancement
Enhancements are things that are improvements or features.
Security
Related to security in some way. Much of what we do is centered around security and this is higher.
Comments
ryanrichter94
added
Enhancement
Enhancements are things that are improvements or features.
2 - Working
Tickets that are currently being worked on.
Security
Related to security in some way. Much of what we do is centered around security and this is higher.
labels
Aug 24, 2022
JPRuskin
added a commit
that referenced
this issue
Mar 22, 2024
JPRuskin
added a commit
that referenced
this issue
Mar 22, 2024
Ensures that both the Set-SSLSecurity and Set-NexusCert are calling the same functionality, with only one copy to maintain.
JPRuskin
added a commit
that referenced
this issue
Mar 22, 2024
Adds an argument completer for thumbprint, standardises on Thumbprint and Port as arguments.
JPRuskin
added a commit
that referenced
this issue
Mar 22, 2024
JPRuskin
added a commit
that referenced
this issue
Mar 22, 2024
Removes the duplicated logic in the Set-CCMCertificate script, and improves the Set-CCMCertificate functions a bit.
JPRuskin
added a commit
that referenced
this issue
Mar 25, 2024
Ensures that both the Set-SSLSecurity and Set-NexusCert are calling the same functionality, with only one copy to maintain.
JPRuskin
added a commit
that referenced
this issue
Mar 25, 2024
Adds an argument completer for thumbprint, standardises on Thumbprint and Port as arguments.
JPRuskin
added a commit
that referenced
this issue
Mar 25, 2024
JPRuskin
added a commit
that referenced
this issue
Mar 25, 2024
Removes the duplicated logic in the Set-CCMCertificate script, and improves the Set-CCMCertificate functions a bit.
JPRuskin
added a commit
that referenced
this issue
May 31, 2024
Ensures that both the Set-SSLSecurity and Set-NexusCert are calling the same functionality, with only one copy to maintain.
JPRuskin
added a commit
that referenced
this issue
May 31, 2024
Adds an argument completer for thumbprint, standardises on Thumbprint and Port as arguments.
JPRuskin
added a commit
that referenced
this issue
May 31, 2024
JPRuskin
added a commit
that referenced
this issue
May 31, 2024
Removes the duplicated logic in the Set-CCMCertificate script, and improves the Set-CCMCertificate functions a bit.
JPRuskin
added a commit
that referenced
this issue
Jun 18, 2024
Ensures that both the Set-SSLSecurity and Set-NexusCert are calling the same functionality, with only one copy to maintain.
JPRuskin
added a commit
that referenced
this issue
Jun 18, 2024
Adds an argument completer for thumbprint, standardises on Thumbprint and Port as arguments.
JPRuskin
added a commit
that referenced
this issue
Jun 18, 2024
JPRuskin
added a commit
that referenced
this issue
Jun 18, 2024
Removes the duplicated logic in the Set-CCMCertificate script, and improves the Set-CCMCertificate functions a bit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2 - Working
Tickets that are currently being worked on.
Enhancement
Enhancements are things that are improvements or features.
Security
Related to security in some way. Much of what we do is centered around security and this is higher.
Is Your Feature Request Related To A Problem? Please describe.
Makes sense to simply the Set-SSLSecurity script in just calling the Set-CCMCert and Set-NexusCert scripts that are already on the box.
Describe The Solution. Why is it needed?
Simplifies code of Set-SSLSecurity script by just invoking the Set-CCMCert and Set-NexusCert scripts to create initial SSL bindings.
Additional Context.
Related Issues
The text was updated successfully, but these errors were encountered: