This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Automates the CDK deploy process. | |
.DESCRIPTION | |
This script will deploy a cdk stack | |
.PARAMETER profile | |
This script will use provided user profile | |
.PARAMETER pipelineAccount | |
the pipeline / build account id | |
.PARAMETER pipelineBuildAdminRole |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Automates the TLS Enablement of RabbitMQ. | |
.DESCRIPTION | |
This script will use provided certs to create the TLS configuration for the RabbitMQ. Unless provided will generate the selfsigned certficate to do so.This script uses OpenSSL to generate certficates and test SSl. | |
If not installed the script will download and install OpenSSL. | |
.PARAMETER RabbitMQver | |
The version of the RabbitMQ installed at "C:\Program Files\RabbitMQ Server\" to manipulate the service. | |
.PARAMETER CA | |
The certficate authority chain to be used. |