source: npl/internetserver/openvpn_conf/root/etc/cron.monthly/openvpn_regen_crl

Last change on this file was 28afc38, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

prevent openvpn CRL from expiring

  • Property mode set to 100755
File size: 62 bytes
Line 
1#!/bin/bash
2
3
4cd /etc/openvpn
5./easyrsa gen-crl  &>/dev/null
6
Note: See TracBrowser for help on using the repository browser.