Skip to content

v4.0.1019

Compare
Choose a tag to compare
@Octobob Octobob released this 29 Apr 04:35
f1adca6
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 <[email protected]>

* Update OctopusDSC/DSCResources/cOctopusServerSslCertificate/cOctopusServerSslCertificate.psm1

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/Tests/cOctopusServerSslCertificate.Tests.ps1

Co-authored-by: Matt Richardson <[email protected]>

* Update README-cOctopusServerSslCertificate.md

Co-authored-by: Matt Richardson <[email protected]>

* Update README-cOctopusServerSslCertificate.md

Co-authored-by: Matt Richardson <[email protected]>

* Update OctopusDSC/Examples/cOctopusServerSslCertificate.ps1

Co-authored-by: Matt Richardson <[email protected]>

Co-authored-by: Matt Richardson <[email protected]>