mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
Merge pull request #111 from cloudflare/talves/update-gortr-public-key
feat: update cf.pub key and cache file path
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
-----BEGIN PUBLIC KEY-----
|
||||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEyXAt9Sa+WVHxZqrYfdqcro8+D+Br
|
||||
JANBXv226o03qjt3yT7wWGeRYqNOliZ+KEyn09y0qJS0qs5YTHWzQKZnBg==
|
||||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEEvh5HhsIBgt8gOLbTHrDcDMB9Kk2
|
||||
LzxJj75hAr9FCjyCljETiw5ArYYmFvgM4htqAdvBf1IOFtPGKRP1bllg5A==
|
||||
-----END PUBLIC KEY-----
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@ var (
|
||||
Verify = flag.Bool("verify", true, "Check signature using provided public key (disable by passing -verify=false)")
|
||||
PublicKey = flag.String("verify.key", "cf.pub", "Public key path (PEM file)")
|
||||
|
||||
CacheBin = flag.String("cache", "https://rpki.cloudflare.com/rpki.json", "URL of the cached JSON data")
|
||||
CacheBin = flag.String("cache", "https://rpki.cloudflare.com/v2/rpki.json", "URL of the cached JSON data")
|
||||
UseSerial = flag.String("useserial", "disable", "Use serial contained in file (disable, startup, full)")
|
||||
|
||||
Etag = flag.Bool("etag", true, "Enable Etag header")
|
||||
|
||||
Reference in New Issue
Block a user