We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5666b5a commit 11f761dCopy full SHA for 11f761d
test/ct-test-srv/main.go
@@ -39,7 +39,9 @@ func handler(w http.ResponseWriter, r *http.Request) {
39
w.WriteHeader(http.StatusOK)
40
w.Write([]byte(`{
41
"sct_version": 0,
42
- "id": "",
+ // Sha256 of a random EC key. Generate your own with:
43
+ // openssl ecparam -name prime256v1 -genkey -outform der | openssl sha256 -binary | base64
44
+ "id": "8fjM8cvLPOhzCFwI62IYJhjkOcvWFLx1dMJbs0uhxJU=",
45
"timestamp": 1442400000,
46
"extensions": "",
47
"signature": "BAMARzBFAiBB5wKED8KqKhADT37n0y28fZIPiGbCfZRVKq0wNo0hrwIhAOIa2tPBF/rB1y30Y/ROh4LBmJ0mItAbTWy8XZKh7Wcp"
0 commit comments