theITHollow / warden

12 stars 20 forks source link

certgen.sh will not create keydir automatically #4

Open technekey opened 3 years ago

technekey commented 3 years ago

Following code assumes that ${keydir} is already created. There should be a mkdir done if the dir is not present.

keydir="certs"
cd "$keydir"