# Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
# Wrapper around the ca to make it easier to use
# Generated by Makefile from ../apps/CA.pl.in
if(defined $ENV{'OPENSSL'}) {
$openssl = $ENV{'OPENSSL'};
$ENV{'OPENSSL'} = $openssl;
my $OPENSSL_CONFIG = $ENV{"OPENSSL_CONFIG"} || "";
my $CADAYS = "-days 1095"; # 3 years
my $REQ = "$openssl req $OPENSSL_CONFIG";
my $CA = "$openssl ca $OPENSSL_CONFIG";
my $VERIFY = "$openssl verify";
my $X509 = "$openssl x509";
my $PKCS12 = "$openssl pkcs12";
# default openssl.cnf file has setup as per the following
my $CACERT = "cacert.pem";