Merge pull request #40 from SgtCoDFish/logo
Add logo + fix link in README
This commit is contained in:
commit
bcd7e427a5
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/cert-manager/cert-manager/d7a3a3976785bd5717d9d06b115878feaf257597/logo/logo.png" height="241" width="250" alt="cert-manager project logo" />
|
||||
</p>
|
||||
|
||||
# ACME webhook example
|
||||
|
||||
The ACME issuer type supports an optional 'webhook' solver, which can be used
|
||||
|
@ -42,7 +46,7 @@ else they will have undetermined behaviour when used with cert-manager.
|
|||
**It is essential that you configure and run the test suite when creating a
|
||||
DNS01 webhook.**
|
||||
|
||||
An example Go test file has been provided in [main_test.go](https://github.com/jetstack/cert-manager-webhook-example/blob/master/main_test.go).
|
||||
An example Go test file has been provided in [main_test.go](https://github.com/cert-manager/webhook-example/blob/master/main_test.go).
|
||||
|
||||
You can run the test suite with:
|
||||
|
||||
|
|
Loading…
Reference in a new issue