mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
Fix pivpnDebug after easy-rsa3 changes
This commit is contained in:
parent
794897eb28
commit
9b937d0e6b
1 changed files with 4 additions and 4 deletions
|
@ -4,14 +4,14 @@
|
|||
echo ":: PiVPN Debug ::"
|
||||
echo ":: Latest commit ::"
|
||||
git --git-dir /etc/.pivpn/.git log -n 1
|
||||
echo ":: list of files in /etc/openvpn/easy-rsa/keys ::"
|
||||
ls /etc/openvpn/easy-rsa/keys/
|
||||
echo ":: Recursive list of files in /etc/openvpn/easy-rsa/pki ::"
|
||||
ls -LR /etc/openvpn/easy-rsa/pki/ -Ireqs -Icerts_by_serial
|
||||
echo ":: /etc/pivpn/* ::"
|
||||
for filename in /etc/pivpn/*; do
|
||||
echo ":: START $filename ::"
|
||||
cat "$filename"
|
||||
echo ":: END $filename ::"
|
||||
done
|
||||
echo ":: /etc/openvpn/easy-rsa/keys/Default.txt ::"
|
||||
cat /etc/openvpn/easy-rsa/keys/Default.txt
|
||||
echo ":: /etc/openvpn/easy-rsa/pki/Default.txt ::"
|
||||
cat /etc/openvpn/easy-rsa/pki/Default.txt
|
||||
echo ":: done ::"
|
||||
|
|
Loading…
Reference in a new issue