Skip to content

Commit 447bb06

Browse files
committed
Do not test exact serial number because its changes for every renewal
1 parent 78444e3 commit 447bb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/ssl/letsencrypt.hurl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ HTTP 200
44
certificate "Subject" == "CN=hurl.dev"
55
certificate "Issuer" == "C=US, O=Let's Encrypt, CN=R3"
66
certificate "Expire-Date" daysAfterNow > 15
7-
certificate "Serial-Number" == "03:db:c4:f3:c8:5e:13:66:cc:52:a3:69:2c:fa:04:a0:7b:b1"
7+
certificate "Serial-Number" matches "[0-9af]+"

0 commit comments

Comments
 (0)