Documentation ¶
Index ¶
Constants ¶
View Source
const ( PROVATE_KEY_FILE_NAME string = "private.pem" // 私钥文件名 PUBLIC_KEY_FILE_NAME string = "public.pem" // 公钥文件名 TLS_CERT_FILE_NAME string = "cert.pem" // 证书cert文件名 TLS_KEY_FILE_NAME string = "key.pem" // 证书key文件名 TLS_ORG string = "MUMU-DADA" // 证书组织 TLS_UNIT string = "OneWordsAuth" // 证书部门 TLS_COMMON_NAME string = "OneWordsAuth" // 证书common name TLS_URL string = "127.0.0.1" // 证书链接 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.