Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux pki wildcard

# *.domain.tld

#Usage example:
pki --pub --in ~/pki/private/server-key.pem --type rsa 
    | pki --issue --lifetime 1825 
        --cacert ~/pki/cacerts/ca-cert.pem 
        --cakey ~/pki/private/ca-key.pem 
        --dn "CN=*.domain.tld" --san *.domain.tld 
        --flag serverAuth --flag ikeIntermediate --outform pem 
    >  ~/pki/certs/server-cert.pem
Comment

PREVIOUS NEXT
Code Example
Shell :: Cloud watch agent for logs and use of PStore 
Shell :: Error: Cannot make for win32 and target squirrel: the maker declared that it cannot run on win32 
Shell :: set up monitor refresh rate from command line fedora 
Shell :: sed beginning of file 
Shell :: kill user tty sessions terminal 
Shell :: debian 10 package version lock 
Shell :: bash condition structure 
Shell :: express-rate-limit github 
Shell :: how to get device name in lsusb 
Shell :: can you speak in linux commands 
Shell :: install lttng for ubuntu 
Shell :: how to usepyinstaller 
Shell :: deprecation problem in vscode when using sass 
Shell :: . ~/ms_env.sh 
Shell :: ????ip l2tp add tunnel 
Shell :: catch grep cat last first lines of a file linux 
Shell :: virt manager share folder with virtual machine windows 10 
Shell :: powersheel comand recursive unzip all 
Shell :: git push rebase 
Shell :: pip install chart.js 
Shell :: asynstorage null expo 
Shell :: cmder find parameter formate not correct 
Shell :: git branch specific files 
Shell :: magemojo cron extension installation 
Shell :: javafx install mac not working 
Shell :: install unity on pop os 
Shell :: browsing history linux file location 
Shell :: ubuntu tar all .log and .txt 
Shell :: readme generator homework 
Shell :: bash commands inside Tcl 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =