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# hacked by iang to do DSA certs - Server 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_rsa_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 = Tortilleras S.A. 21*ebfedea0SLionel Sambuc 22*ebfedea0SLionel Sambuc0.commonName = Common Name (eg, YOUR name) 23*ebfedea0SLionel Sambuc0.commonName_value = Torti 24*ebfedea0SLionel Sambuc 25*ebfedea0SLionel Sambuc1.commonName = Common Name (eg, YOUR name) 26*ebfedea0SLionel Sambuc1.commonName_value = Gordita 27*ebfedea0SLionel Sambuc 28