All Projects → Nexosis → LeSslCertToAzure

Nexosis / LeSslCertToAzure

Licence: MIT license
Powershell Module that creates a SSL/TLS Certificate with Let's Encrypt Service and apply to an Azure Application Gateway.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to LeSslCertToAzure

Udm Le
Let's Encrypt support for Ubiquiti UbiOS firmwares
Stars: ✭ 170 (+1114.29%)
Mutual labels:  letsencrypt, ssl
Acme Nginx
python acme client for nginx
Stars: ✭ 248 (+1671.43%)
Mutual labels:  letsencrypt, ssl
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (+1142.86%)
Mutual labels:  letsencrypt, ssl
Acmetool
🔒 acmetool, an automatic certificate acquisition tool for ACME (Let's Encrypt)
Stars: ✭ 1,882 (+13342.86%)
Mutual labels:  letsencrypt, ssl
aks-letsencrypt
Guide to setup Let's Encrypt on AKS
Stars: ✭ 87 (+521.43%)
Mutual labels:  letsencrypt, tls-certificate
Nginxconfig.io
⚙️ NGINX config generator on steroids 💉
Stars: ✭ 14,983 (+106921.43%)
Mutual labels:  letsencrypt, ssl
Terraform Provider Acme Old
ACME (Let's Encrypt) Support for Terraform
Stars: ✭ 211 (+1407.14%)
Mutual labels:  letsencrypt, ssl
Acme client
Java ACME Client application
Stars: ✭ 77 (+450%)
Mutual labels:  letsencrypt, ssl
AzureWebAppSSLManager
Acquires and manages free SSL certificates for Azure Web App and Azure Functions applications.
Stars: ✭ 70 (+400%)
Mutual labels:  letsencrypt, ssl
qiniu-auto-cert
七牛 CDN 证书自动化工具
Stars: ✭ 20 (+42.86%)
Mutual labels:  letsencrypt, ssl
Lua Resty Auto Ssl
On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
Stars: ✭ 1,786 (+12657.14%)
Mutual labels:  letsencrypt, ssl
cryptonice
CryptoNice is both a command line tool and library which provides the ability to scan and report on the configuration of SSL/TLS for your internet or internal facing web services. Built using the sslyze API and ssl, http-client and dns libraries, cryptonice collects data on a given domain and performs a series of tests to check TLS configuration…
Stars: ✭ 91 (+550%)
Mutual labels:  ssl, tls-certificate
Serverpilot Letsencrypt
Automate the installation of Let's Encrypt SSL on the free plan of ServerPilot
Stars: ✭ 129 (+821.43%)
Mutual labels:  letsencrypt, ssl
Certbot Route53
Helping create Let's Encrypt certificates for AWS Route53
Stars: ✭ 159 (+1035.71%)
Mutual labels:  letsencrypt, ssl
Certificaat
General-purpose ACME client
Stars: ✭ 88 (+528.57%)
Mutual labels:  letsencrypt, ssl
Manuale
A fully manual Let's Encrypt/ACME client
Stars: ✭ 201 (+1335.71%)
Mutual labels:  letsencrypt, ssl
Letsencrypt heroku
Automated letsencrypt setup for heroku
Stars: ✭ 58 (+314.29%)
Mutual labels:  letsencrypt, ssl
Docker Letsencrypt Certgen
Docker image to generate, renew, revoke RSA and/or ECDSA SSL certificates from LetsEncrypt CA using certbot and acme.sh clients in automated fashion
Stars: ✭ 64 (+357.14%)
Mutual labels:  letsencrypt, ssl
docker-ssl-reverse-proxy
Easy-to-use auto-SSL reverse proxy as a Docker container based on Caddy and Let’s Encrypt
Stars: ✭ 22 (+57.14%)
Mutual labels:  letsencrypt, ssl
certbot-dns-loopia
Loopia DNS authentication plugin for Certbot
Stars: ✭ 28 (+100%)
Mutual labels:  letsencrypt, ssl

LeSslCertToAzure

This is a quick automation module I threw together to create a SSL/TLS Certificate with Let's Encrypt Service and apply to an Azure Application Gateway.

For more information on this Powershell module, read the blog post here Automatic Deployment of Let's Encrypt SSL/TLS Certificates on Azure App Gateway

Powershell Module Dependencies:

PS> Install-Module AzureRm -AllowClobber
PS> Install-Module ACMESharp -AllowClobber

Deploy-LeSslCertToAzure Usage

NAME
    Deploy-LeSslCertToAzure
    
SYNOPSIS
    Creates a SSL/TLS Certificate with Let's Encrypt Service
    
SYNTAX
    Deploy-LeSslCertToAzure [-appGatewayRgName] <Object> [-appGatewayName] <Object> [-appGatewayBackendHttpSettingsName] <Object> [-domainToCert] <Object> [-certPassword] <Object> 
    [-azureDnsZone] <Object> [-azureDnsZoneResourceGroup] <Object> [-dnsAlias] <Object> [-registrationEmail] <Object> [<CommonParameters>]
    
DESCRIPTION
    To maintain consistency with New-Object this cmdlet requires the -ComObject
    parameter to be provided and the TypeName parameter is not supported.
    
RELATED LINKS

REMARKS
    To see the examples, type: "get-help Deploy-LeSslCertToAzure -examples".
    For more information, type: "get-help Deploy-LeSslCertToAzure -detailed".
    For technical information, type: "get-help Deploy-LeSslCertToAzure -full".

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].