Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 05b892a

Browse files
authored
Merge pull request #111 from cloudflare/talves/update-gortr-public-key
feat: update cf.pub key and cache file path
2 parents b39798b + ec1486a commit 05b892a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/gortr/cf.pub

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-----BEGIN PUBLIC KEY-----
2-
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEyXAt9Sa+WVHxZqrYfdqcro8+D+Br
3-
JANBXv226o03qjt3yT7wWGeRYqNOliZ+KEyn09y0qJS0qs5YTHWzQKZnBg==
2+
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEEvh5HhsIBgt8gOLbTHrDcDMB9Kk2
3+
LzxJj75hAr9FCjyCljETiw5ArYYmFvgM4htqAdvBf1IOFtPGKRP1bllg5A==
44
-----END PUBLIC KEY-----

cmd/gortr/gortr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var (
8282
Verify = flag.Bool("verify", true, "Check signature using provided public key (disable by passing -verify=false)")
8383
PublicKey = flag.String("verify.key", "cf.pub", "Public key path (PEM file)")
8484

85-
CacheBin = flag.String("cache", "https://rpki.cloudflare.com/rpki.json", "URL of the cached JSON data")
85+
CacheBin = flag.String("cache", "https://rpki.cloudflare.com/v2/rpki.json", "URL of the cached JSON data")
8686
UseSerial = flag.String("useserial", "disable", "Use serial contained in file (disable, startup, full)")
8787

8888
Etag = flag.Bool("etag", true, "Enable Etag header")

0 commit comments

Comments
 (0)