Commit f10eb57
committed
ACME: save account URL to the state directory.
We already log the URL, but on INFO level and only once. And while it
is possible to find the URL from private key, the operation is not
trivial.
Let's make this simpler by writing a file named "account.url" to the
state directory whenever the issuer tells us it created a new account.
Fixes #541 parent b1bbe64 commit f10eb57
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
0 commit comments