Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
1234567 |
- #!/bin/bash
-
- # Build a certificate signing request and private key. Use this
- # when your root certificate and key is not available locally.
-
- export EASY_RSA="${EASY_RSA:-.}"
- "$EASY_RSA/pkitool" --interact --csr $*
|