acme_nsupdate 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/acme_nsupdate/client.rb +1 -0
- data/lib/acme_nsupdate/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32d57c19eaf5a6c23f23af08da0f6aa8f4089855
|
|
4
|
+
data.tar.gz: 8cacaab5401445f956efa5b001a339559f64b14d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7ba48ba36dfd57d13726be92ff5a40028626118442dd57dc9e7659ab81207be33f9d8f2713c41e2f6d7ae0a250820dc9e3c87aed6312a9a2e391444ca83ee18
|
|
7
|
+
data.tar.gz: 6c0e2cc6bae8556affad2e617c9a2ea4ec9f0d463c2a5b3c11be1d24e1b56f9ad3d2e129c665e68ea036e8a3c798c42c2ac9644d2baa024b944c9e9beb330b06
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ CLI tool to obtain certificates via ACME and update the matching TLSA records.
|
|
|
6
6
|
The primary authentication method is http-01 via webroot for now, but dns-01 is supported too.
|
|
7
7
|
|
|
8
8
|
*Don't actually trust this, I wrote it for myself. Read and understand the code if you want to
|
|
9
|
-
actually use it
|
|
9
|
+
actually use it.* **There are no tests!**
|
|
10
10
|
|
|
11
11
|
## Installation
|
|
12
12
|
|
data/lib/acme_nsupdate/client.rb
CHANGED