A cert-manager sample repository for creating an ACME DNS01 solver webhook
Find a file
2021-03-11 10:42:51 +01:00
.github/workflows add github ci 2021-03-03 15:40:21 +01:00
.gitignore init 2021-02-25 16:04:08 +01:00
bluecat_api.go add description for functions 2021-03-11 10:42:25 +01:00
Dockerfile add github ci 2021-03-03 15:40:21 +01:00
go.mod init 2021-02-25 16:04:08 +01:00
go.sum init 2021-02-25 16:04:08 +01:00
LICENSE Initial commit 2019-04-15 15:23:59 +01:00
main.go add cleanup logic 2021-03-02 15:57:39 +01:00
main_test.go rename funcs 2021-03-02 14:55:56 +01:00
Makefile Update dependencies and prepare for testing 2021-02-22 15:10:52 +00:00
README.md init 2021-03-11 10:42:44 +01:00

WORK IN PROGRESS

description

cert-manager webhook is a plugin for bluecat to create letsencrypt certificates.

usage

  • deploy cert-manager, see here
  • deploy plugin with helm, see here

forked from https://github.com/cert-manager/webhook-example