forked from TrueCloudLab/lego
doc: improvements. (#1203)
This commit is contained in:
parent
6f7c98ee28
commit
7bd2666729
2 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# lego
|
||||
# 
|
||||
|
||||
Let's Encrypt client and ACME library written in Go.
|
||||
|
||||
[](https://godoc.org/github.com/go-acme/lego/acme)
|
||||
[](https://pkg.go.dev/mod/github.com/go-acme/lego/v3)
|
||||
[](https://travis-ci.com/go-acme/lego)
|
||||
[](https://hub.docker.com/r/goacme/lego/)
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
// Package oraclecloud implements a DNS provider for solving the DNS-01 challenge using Oracle Cloud DNS.
|
||||
package oraclecloud
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Reference in a new issue