Skip to content

Commit

Permalink
set demo peer expiration date to 12/31/2030
Browse files Browse the repository at this point in the history
  • Loading branch information
craftleon committed Oct 14, 2024
1 parent 9867fc0 commit 8923c16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ac/main/etc/server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# ExpireTime (epoch timestamp in seconds): peer key validation will fail when it expires.
[[Servers]]
Hostname = ""
Ip = "192.168.56.101"
Ip = "192.168.80.35"
Port = 62206
PubKeyBase64 = "WqJxe+Z4+wLen3VRgZx6YnbjvJFmptz99zkONCt/7gc="
ExpireTime = 1716345064
ExpireTime = 1924991999

4 changes: 2 additions & 2 deletions agent/main/etc/server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# ExpireTime (epoch timestamp in seconds): peer key validation will fail when it expires.
[[Servers]]
Hostname = ""
Ip = "192.168.56.101"
Ip = "192.168.80.35"
Port = 62206
PubKeyBase64 = "WqJxe+Z4+wLen3VRgZx6YnbjvJFmptz99zkONCt/7gc="
ExpireTime = 1716345064
ExpireTime = 1924991999
2 changes: 1 addition & 1 deletion server/main/etc/ac.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# ExpireTime (epoch timestamp in seconds): peer key validation will fail when it expires.
[[ACs]]
PubKeyBase64 = "Fr5jzZDVpNh5m9AcBDMtHGmbCAczHyPegT8IxQ3XAzE="
ExpireTime = 1716345064
ExpireTime = 1924991999
2 changes: 1 addition & 1 deletion server/main/etc/agent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# ExpireTime (epoch timestamp in seconds): peer key validation will fail when it expires.
[[Agents]]
PubKeyBase64 = "WnJAolo88/q0x2VdLQYdmZNtKjwG2ocBd1Ozj41AKlo="
ExpireTime = 1716345064
ExpireTime = 1924991999

0 comments on commit 8923c16

Please sign in to comment.