Skip to content

Instantly share code, notes, and snippets.

View skewl84's full-sized avatar

Samir Das skewl84

View GitHub Profile
@skewl84
skewl84 / cdk-deploy.ps1
Created May 23, 2021 15:11
Automates setup of cross account CDK deployments via cdk pipelines
<#
.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
@skewl84
skewl84 / Enable-TLS-RabbitMQ.ps1
Last active March 22, 2024 16:23
Enable TLS on RabbitMQ instance
<#
.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.