mirror of
https://github.com/wyx2685/V2bX.git
synced 2025-01-22 09:58:14 -05:00
8 lines
154 B
Go
8 lines
154 B
Go
package node
|
|
|
|
import "testing"
|
|
|
|
func Test_generateSelfSslCertificate(t *testing.T) {
|
|
t.Log(generateSelfSslCertificate("domain.com", "1.pem", "1.key"))
|
|
}
|