diff --git a/README.md b/README.md index f84f8b9f..afc0b3c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -# ![lego](./docs/static/images/logo.png) +
+ lego logo +

Automatic Certificates and HTTPS for everyone.

+
+ +# Lego Let's Encrypt client and ACME library written in Go. @@ -23,8 +28,6 @@ Let's Encrypt client and ACME library written in Go. - Certificate bundling - OCSP helper function -lego introduced support for ACME v2 in [v1.0.0](https://github.com/go-acme/lego/releases/tag/v1.0.0). If you still need to utilize ACME v1, you can do so by using the [v0.5.0](https://github.com/go-acme/lego/releases/tag/v0.5.0) version. - ## Installation How to [install](https://go-acme.github.io/lego/installation/). diff --git a/docs/content/_index.md b/docs/content/_index.md index 3fd709c7..5d663d8a 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -11,6 +11,7 @@ Let's Encrypt client and ACME library written in Go. ## Features +- ACME v2 [RFC 8555](https://www.rfc-editor.org/rfc/rfc8555.html) - Register with CA - Obtain certificates, both from scratch or with an existing CSR - Renew certificates @@ -24,8 +25,3 @@ Let's Encrypt client and ACME library written in Go. - [Custom challenge solvers]({{< ref "usage/library/Writing-a-Challenge-Solver" >}}) - Certificate bundling - OCSP helper function - - -lego introduced support for ACME v2 in [v1.0.0](https://github.com/go-acme/lego/releases/tag/v1.0.0). - -If you still need to utilize ACME v1, you can do so by using the [v0.5.0](https://github.com/go-acme/lego/releases/tag/v0.5.0) version. diff --git a/docs/layouts/partials/logo.html b/docs/layouts/partials/logo.html index f91d1ddd..44e95824 100644 --- a/docs/layouts/partials/logo.html +++ b/docs/layouts/partials/logo.html @@ -1 +1 @@ - + diff --git a/docs/static/images/lego-logo-white.min.svg b/docs/static/images/lego-logo-white.min.svg new file mode 100644 index 00000000..2b244509 --- /dev/null +++ b/docs/static/images/lego-logo-white.min.svg @@ -0,0 +1 @@ + diff --git a/docs/static/images/lego-logo.min.svg b/docs/static/images/lego-logo.min.svg new file mode 100644 index 00000000..2b578d34 --- /dev/null +++ b/docs/static/images/lego-logo.min.svg @@ -0,0 +1 @@ + diff --git a/docs/static/images/logo-white.png b/docs/static/images/logo-white.png deleted file mode 100644 index 598c5da7..00000000 Binary files a/docs/static/images/logo-white.png and /dev/null differ diff --git a/docs/static/images/logo.png b/docs/static/images/logo.png deleted file mode 100644 index bee263a4..00000000 Binary files a/docs/static/images/logo.png and /dev/null differ