dashboard
repositories
filestore
activity
search
login
main
/
backup
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
as
Alejandro Acuña
2025-01-21
61cdfc6ee7f013c4533add51d797c1886b312883
[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%