1#*************************************************************************** 2# _ _ ____ _ 3# Project ___| | | | _ \| | 4# / __| | | | |_) | | 5# | (__| |_| | _ <| |___ 6# \___|\___/|_| \_\_____| 7# 8# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 9# 10# This software is licensed as described in the file COPYING, which 11# you should have received as part of this distribution. The terms 12# are also available at https://curl.se/docs/copyright.html. 13# 14# You may opt to use, copy, modify, merge, publish, distribute and/or sell 15# copies of the Software, and permit persons to whom the Software is 16# furnished to do so, under the terms of the COPYING file. 17# 18# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19# KIND, either express or implied. 20# 21# SPDX-License-Identifier: curl 22# 23########################################################################### 24CERTCONFIGS = \ 25 EdelCurlRoot-ca.prm \ 26 EdelCurlRoot-ca.cnf \ 27 Server-localhost-sv.prm \ 28 Server-localhost.nn-sv.prm \ 29 Server-localhost0h-sv.prm \ 30 Server-localhost-firstSAN-sv.prm \ 31 Server-localhost-lastSAN-sv.prm \ 32 stunnel-sv.prm 33 34GENERATEDCERTS = \ 35 EdelCurlRoot-ca.cacert \ 36 EdelCurlRoot-ca.crt \ 37 EdelCurlRoot-ca.csr \ 38 EdelCurlRoot-ca.der \ 39 EdelCurlRoot-ca.key \ 40 Server-localhost-sv.crl \ 41 Server-localhost-sv.crt \ 42 Server-localhost-sv.csr \ 43 Server-localhost-sv.der \ 44 Server-localhost-sv.dhp \ 45 Server-localhost-sv.key \ 46 Server-localhost-sv.pem \ 47 Server-localhost-sv.pub.der \ 48 Server-localhost-sv.pub.pem \ 49 Server-localhost-sv.pubkey-pinned \ 50 Server-localhost.nn-sv.crl \ 51 Server-localhost.nn-sv.crt \ 52 Server-localhost.nn-sv.csr \ 53 Server-localhost.nn-sv.der \ 54 Server-localhost.nn-sv.dhp \ 55 Server-localhost.nn-sv.key \ 56 Server-localhost.nn-sv.pem \ 57 Server-localhost.nn-sv.pub.der \ 58 Server-localhost.nn-sv.pub.pem \ 59 Server-localhost.nn-sv.pubkey-pinned \ 60 Server-localhost0h-sv.crl \ 61 Server-localhost0h-sv.crt \ 62 Server-localhost0h-sv.csr \ 63 Server-localhost0h-sv.der \ 64 Server-localhost0h-sv.dhp \ 65 Server-localhost0h-sv.key \ 66 Server-localhost0h-sv.pem \ 67 Server-localhost0h-sv.pub.der \ 68 Server-localhost0h-sv.pub.pem \ 69 Server-localhost0h-sv.pubkey-pinned \ 70 Server-localhost-firstSAN-sv.crl \ 71 Server-localhost-firstSAN-sv.crt \ 72 Server-localhost-firstSAN-sv.csr \ 73 Server-localhost-firstSAN-sv.der \ 74 Server-localhost-firstSAN-sv.dhp \ 75 Server-localhost-firstSAN-sv.key \ 76 Server-localhost-firstSAN-sv.pem \ 77 Server-localhost-firstSAN-sv.pub.der \ 78 Server-localhost-firstSAN-sv.pub.pem \ 79 Server-localhost-firstSAN-sv.pubkey-pinned \ 80 Server-localhost-lastSAN-sv.crl \ 81 Server-localhost-lastSAN-sv.crt \ 82 Server-localhost-lastSAN-sv.csr \ 83 Server-localhost-lastSAN-sv.der \ 84 Server-localhost-lastSAN-sv.dhp \ 85 Server-localhost-lastSAN-sv.key \ 86 Server-localhost-lastSAN-sv.pem \ 87 Server-localhost-lastSAN-sv.pub.der \ 88 Server-localhost-lastSAN-sv.pub.pem \ 89 Server-localhost-lastSAN-sv.pubkey-pinned \ 90 stunnel-sv.crl \ 91 stunnel-sv.crt \ 92 stunnel-sv.csr \ 93 stunnel-sv.der \ 94 stunnel-sv.dhp \ 95 stunnel-sv.key \ 96 stunnel-sv.pem \ 97 stunnel-sv.der \ 98 stunnel-sv.pub.der \ 99 stunnel-sv.pub.pem \ 100 stunnel-sv.pubkey-pinned 101 102SRPFILES = \ 103 srp-verifier-conf \ 104 srp-verifier-db 105