8 lines
		
	
	
		
			213 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			213 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| # 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 $*
 |