Skip to content

Yavari/Acmebot.Provider.Loopia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loopia provider for Key Vault Acmebot

Loopia provier for Key Vault Acmebot that automates the issuance and renewal of ACME SSL/TLS certificates.

This Azure Function implenets the REST API for CUSTOM DNS Provider

Key Vault Acmebot settings

Set following settings to use the Custom DNS provider in Key Vault Acmebot. The APIKEY is _master key under APP KEYS in Loopia Azure Function.

Acmebot:CustomDns:ApiKey=<APIKEY>
Acmebot:CustomDns:ApiKeyHeaderName=x-functions-key
Acmebot:CustomDns:Endpoint=https://<FUNCTION_NAME>.azurewebsites.net/api/
Acmebot:CustomDns:PropagationSeconds=1800

Loopia Azure Function Settings

Sign in to Loopia and and click API-användare in the bottom right corner. Click on Skapa API-användare and pick a username and password. Then click on the created user and select following permissions:

  • getZoneRecords
  • addZoneRecords
  • removeZoneRecords
  • removeSubdomain

Set the username and password under the Loopia Azure Function configurations:

Loopia__0__Username=<Loopia Username>
Loopia__0__Password=<Loopia Password>

You can add as many accounts as you want:

Loopia__1__Username=<Loopia Username>
Loopia__1__Password=<Loopia Password>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages