Documentation
¶
Index ¶
- Constants
- func CreateCsr(name string, dom []string) (*csrDer, error)
- func CreateKeys() keys
- func GetDir(url string) (*directory, error)
- func GetOrderResp() *orderResp
- func JwsPayload(pload any, pbkey ecdsa.PrivateKey, nonce string, url string, kid string) ([]byte, error)
- func Loadkeys(filename string) (keys, error)
- func NewAccount(mailaddr string, tos bool) *account
- func NewOrder(domains []string) order
- func ThumbPrint(pbkey ecdsa.PublicKey) string
Constants ¶
View Source
const Prod string = "https://acme-v02.api.letsencrypt.org/directory"
View Source
const Stag string = "https://acme-staging-v02.api.letsencrypt.org/directory"
Variables ¶
This section is empty.
Functions ¶
func GetDir ¶
makes gets requests to the acme server use "Stag" for staging url and "Prod" for production url).
func GetOrderResp ¶
func GetOrderResp() *orderResp
func JwsPayload ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.