#!/bin/bash # This signs the certificate request with the root CA certificate # the output goes to the file with the same name as the certificate request, but with the # .pem extension instead of .csr # The password in the supplied file relates to the private key that is used for the # signature! # The resulting certificate will be stored in CA_storage/newcerts/ directory under its # serial number. The serial number of the next certificate is stored in CA_storage/serial # (C) 2005 Digithell, Inc. (Pavel Strachota, FNSPE CTU) openssl ca -config ./SSL_config -in $1