Skip to content

zaxbux/acmeproxy-cf-workers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acmeproxy for Cloudflare Workers

A workers implementation of https://github.com/mdbraber/acmeproxy.

API

/present

Default

The acme.sh implementation of acmeproxy only supports this method.

{
	"fqdn": "",
	"value": "",
}

Raw

{
	"domain": "",
	"token": "",
	"keyauth": "",
}

/cleanup

Same as /present, but removes DNS records.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published