Skip to content

A NodeJS plugin for downloading, converting, and using a certificate in the Azure Key Vault inside an Azure Ubuntu Virtual Machine.

License

Notifications You must be signed in to change notification settings

dresch86/az-certfetcher

Repository files navigation

Azure Certificate Fetcher

The Azure Certificate Fetcher grabs SSL certificates from the Azure Key Vault via the REST API for use inside Ubuntu Virtual Machines.

Install Instructions

Requirements:

  • NodeJS
  • OpenSSL

Setup:

  1. git clone https://github.com/dresch86/az-certfetcher.git
  2. cd az-certfetcher
  3. cp .env.sample .env
  4. Edit .env to include Azure credentials and set install path / filename
  5. chmod 600 .env
  6. cp az-certfetcher.service /etc/systemd/system/az-certfetcher.service
  7. cp az-certfetcher.timer /etc/systemd/system/az-certfetcher.timer
  8. systemctl enable az-certfetcher.timer
  9. systemctl start az-certfetcher.timer

About

A NodeJS plugin for downloading, converting, and using a certificate in the Azure Key Vault inside an Azure Ubuntu Virtual Machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published