mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-02-04 12:40:11 +00:00
add self CertMode
This commit is contained in:
7
node/cert_test.go
Normal file
7
node/cert_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package node
|
||||
|
||||
import "testing"
|
||||
|
||||
func Test_generateSelfSslCertificate(t *testing.T) {
|
||||
t.Log(generateSelfSslCertificate("domain.com", "1.pem", "1.key"))
|
||||
}
|
||||
Reference in New Issue
Block a user