dashboard
repositories
filestore
activity
search
login
main
/
backup
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
server library
Alejandro Acuña
2024-10-25
e51f4a713ed6e744c203c9493165584728a29c52
[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%