1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-12 14:10:31 +08:00

TUN-1052: Changing type of OriginCert to :Data

This commit is contained in:
Adam Chalmers
2018-09-28 14:21:13 -05:00
committed by Areg Harutyunyan
parent 3079f27205
commit fc2c7c9718
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ type TunnelRegistration struct {
LogLines []string
PermanentFailure bool
TunnelID string `capnp:"tunnelID"`
OriginCert string `capnp:"originCert"`
OriginCert []byte `capnp:"originCert"`
}
func MarshalTunnelRegistration(s tunnelrpc.TunnelRegistration, p *TunnelRegistration) error {