Skip to content

Instantly share code, notes, and snippets.

View Icidis's full-sized avatar
👓
Keeping watch

Ryan Gunn Icidis

👓
Keeping watch
View GitHub Profile
@Icidis
Icidis / Enable-TLS-RabbitMQ.ps1
Created July 12, 2021 06:14 — forked from skewl84/Enable-TLS-RabbitMQ.ps1
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.