vars.bat.sample

来自「开源的SSL VPN实现,无论是实用或者参考都是很好的参考材料」· SAMPLE 代码 · 共 36 行

SAMPLE
36
字号
@echo offrem Edit this variable to point torem the openssl.cnf file includedrem with easy-rsa.set HOME=%ProgramFiles%\OpenVPN\easy-rsaset KEY_CONFIG=openssl.cnfrem Edit this variable to point torem your soon-to-be-created keyrem directory.remrem WARNING: clean-all will dorem a rm -rf on this directoryrem so make sure you definerem it correctly!set KEY_DIR=keysrem Increase this to 2048 if yourem are paranoid.  This will slowrem down TLS negotiation performancerem as well as the one-time DH parmsrem generation process.set KEY_SIZE=1024rem These are the default values for fieldsrem which will be placed in the certificate.rem Change these to reflect your site.rem Don't leave any of these parms blank.set KEY_COUNTRY=USset KEY_PROVINCE=CAset KEY_CITY=SanFranciscoset KEY_ORG=FortFunstonset KEY_EMAIL=mail@host.domain

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?