This is required to allow applying Alon's autotools/rpm/documentation patches from GitHub OpenVPN/easy-rsa-old tree. Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
5 lines
190 B
Batchfile
5 lines
190 B
Batchfile
@echo off
|
|
cd %HOME%
|
|
rem build a cert authority valid for ten years, starting now
|
|
openssl req -days 3650 -nodes -new -x509 -keyout %KEY_DIR%\ca.key -out %KEY_DIR%\ca.crt -config %KEY_CONFIG%
|