Refactor of the code
Add dns-01 support, make the code more readable, add a testing mode that will generate self-signed certificates (for test environments that are not reachable from outside).
Showing
- README.md 31 additions, 0 deletionsREADME.md
- acme.go 103 additions, 73 deletionsacme.go
- cmd/acmeserver/acmeserver.go 34 additions, 9 deletionscmd/acmeserver/acmeserver.go
- config.go 61 additions, 25 deletionsconfig.go
- dns_challenge.go 156 additions, 0 deletionsdns_challenge.go
- http_challenge.go 58 additions, 0 deletionshttp_challenge.go
- instrumentation.go 47 additions, 0 deletionsinstrumentation.go
- manager.go 87 additions, 119 deletionsmanager.go
- manager_test.go 42 additions, 70 deletionsmanager_test.go
- selfsigned.go 73 additions, 0 deletionsselfsigned.go
- storage.go 3 additions, 3 deletionsstorage.go
- valid_cert.go 92 additions, 0 deletionsvalid_cert.go
Loading
Please register or sign in to comment