mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-23 10:42:50 +02:00
10 lines
85 B
Go
10 lines
85 B
Go
package main
|
|
|
|
import "os"
|
|
|
|
func main() {
|
|
if !TestCertificate() {
|
|
os.Exit(1)
|
|
}
|
|
}
|
|
|