1*ebfedea0SLionel Sambuc# 2*ebfedea0SLionel Sambuc# SSLeay example configuration file. 3*ebfedea0SLionel Sambuc# This is mostly being used for generation of certificate requests. 4*ebfedea0SLionel Sambuc# 5*ebfedea0SLionel Sambuc# create RSA certs - CA 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel SambucRANDFILE = ./.rnd 8*ebfedea0SLionel Sambuc 9*ebfedea0SLionel Sambuc#################################################################### 10*ebfedea0SLionel Sambuc[ req ] 11*ebfedea0SLionel Sambucdistinguished_name = req_distinguished_name 12*ebfedea0SLionel Sambucencrypt_key = no 13*ebfedea0SLionel Sambuc 14*ebfedea0SLionel Sambuc[ req_distinguished_name ] 15*ebfedea0SLionel SambuccountryName = Country Name (2 letter code) 16*ebfedea0SLionel SambuccountryName_default = ES 17*ebfedea0SLionel SambuccountryName_value = ES 18*ebfedea0SLionel Sambuc 19*ebfedea0SLionel SambucorganizationName = Organization Name (eg, company) 20*ebfedea0SLionel SambucorganizationName_value = Hermanos Locos 21*ebfedea0SLionel Sambuc 22*ebfedea0SLionel SambuccommonName = Common Name (eg, YOUR name) 23*ebfedea0SLionel SambuccommonName_value = Hermanos Locos CA 24*ebfedea0SLionel Sambuc 25