TUN-1064: Revert OriginCert capnp changes in Cloudflared. Reverts

commits a1ee2342e97 and 8c756c45785.
This commit is contained in:
Adam Chalmers
2018-10-02 11:54:41 -05:00
parent 0b78db185b
commit 65d232efda
3 changed files with 89 additions and 108 deletions

View File

@@ -19,8 +19,6 @@ struct TunnelRegistration {
permanentFailure @3 :Bool;
# Displayed to user
tunnelID @4 :Text;
# Certificate that authorizes the origin to run tunnels on the given url.
originCert @5 :Data;
}
struct RegistrationOptions {