mirror of
https://github.com/wyx2685/V2bX.git
synced 2026-06-21 07:10:13 +00:00
add self CertMode
This commit is contained in:
@@ -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