• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/easy-rsa/2.0/
1#!/bin/sh
2
3# Make an intermediate CA certificate/private key pair using a locally generated
4# root certificate.
5
6export EASY_RSA="${EASY_RSA:-.}"
7"$EASY_RSA/pkitool" --interact --inter $*
8