mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-12 22:40:32 +08:00
TUN-1052: Changing type of OriginCert to :Data
This commit is contained in:
committed by
Areg Harutyunyan
parent
3079f27205
commit
fc2c7c9718
@@ -20,7 +20,7 @@ struct TunnelRegistration {
|
||||
# Displayed to user
|
||||
tunnelID @4 :Text;
|
||||
# Certificate that authorizes the origin to run tunnels on the given url.
|
||||
originCert @5 :Text;
|
||||
originCert @5 :Data;
|
||||
}
|
||||
|
||||
struct RegistrationOptions {
|
||||
|
||||
Reference in New Issue
Block a user