You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enh ssl module (#267)
* Initial commit
* Functional component
* Adding Pester tests
* Adding tests to new resource
* Had some issues in tests
* Fixed linting errors and added example
* Fixed tests for all authentication methods. The global variable of '' seemed to be unavailable in the BeforeAll, added path resolution here and it worked.
* Implementing suggested changes.
* More changes
* Revert "Fixed tests for all authentication methods. The global variable of '' seemed to be unavailable in the BeforeAll, added path resolution here and it worked."
This reverts commit 6beee01e1efd8c79416f53f46ae77e1d5c169840.
* Implementing suggested changes.
* Changing cOctopusServerSslCertificate.Tests from Context to Describe blocks.
* Adding readme for new resource
* Adding referenced to new readme from main readme
* Adding e2e tests for OctopusServerSslCertificate resource.
* Aligning code, removed commented out code.
* Update OctopusDSC/DSCResources/cOctopusServerSslCertificate/cOctopusServerSslCertificate.psm1
Co-authored-by: Matt Richardson <matt.richardson@octopus.com>
* Update OctopusDSC/DSCResources/cOctopusServerSslCertificate/cOctopusServerSslCertificate.psm1
Co-authored-by: Matt Richardson <matt.richardson@octopus.com>
* Update OctopusDSC/Tests/cOctopusServerSslCertificate.Tests.ps1
Co-authored-by: Matt Richardson <matt.richardson@octopus.com>
* Update README-cOctopusServerSslCertificate.md
Co-authored-by: Matt Richardson <matt.richardson@octopus.com>
* Update README-cOctopusServerSslCertificate.md
Co-authored-by: Matt Richardson <matt.richardson@octopus.com>
* Update OctopusDSC/Examples/cOctopusServerSslCertificate.ps1
Co-authored-by: Matt Richardson <matt.richardson@octopus.com>
Co-authored-by: Matt Richardson <matt.richardson@octopus.com>