-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
This is just a question about the nonce:
dhconvalidator/src/main/java/org/adho/dhconvalidator/conftool/ConfToolClient.java
Lines 147 to 150 in 13ed23b
| private String getNonce() { | |
| Date date = new Date(new Date().getTime() * 60); | |
| return String.valueOf(date.getTime()); | |
| } |
Is there a reason the current timestamp is multiplied by 60? This interferes with the example bash scripts at [1] (and other example scripts on the conftool forums, which by default just use the timestamp) - which is no problem if one knows about it, but can be otherwise quite a pain to find.
[1] https://www.conftool.net/ctforum/index.php/topic,281.0.html
neuged
Metadata
Metadata
Assignees
Labels
No labels