dashboard
repositories
filestore
activity
search
login
main
/
backup
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
no message
Alejandro Acuña
2024-12-18
44b33e24b644459038edd956cfce7345ce3236c1
[backup.git]
/
OpenVPN - copia
/
easy-rsa
/
build-ca.bat
1
2
3
4
@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%