nbeng

a non-blocking client/server engine
git clone git://git.2f30.org/nbeng
Log | Files | Refs | README

create_ca (138B)


      1 #/bin/sh
      2 
      3 mkdir -p ca/private
      4 chmod 700 ca/private
      5 openssl req -x509 -days 3650 -newkey rsa:1024 -keyout ca/private/ca.key -out ca/ca.crt