omadrm/foundationcerts/data/dummycert.cnf
author Pat Downey <patd@symbian.org>
Wed, 23 Jun 2010 17:42:58 +0100
changeset 50 cc6512173aee
parent 35 d52881f84eaa
permissions -rw-r--r--
Merge heads.

# Copyright (c) 2010 Symbian Foundation Ltd.
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of the License "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Symbian Foundation - Initial contribution
# 
# Description:
# Config file for generating the dummy certificate


# Steps to generate using OpenSSL
#
# 1. Generate key
#
# openssl genrsa -out devicekey1024.pem 1024
# openssl rsa -inform pem -in devicekey1024.pem -outform der -out devicekey1024.der
#
# 2. Generate self-signed X509 certificate
#
# openssl req -new -x509 -keyform der -key devicekey1024.der -outform der -out dummycert.der -config dummycert.cnf
#
#
 

distinguished_name = Symbian Foundation
prompt = no

[Symbian Foundation]
 C                      = GB
 ST                     = Test State or Province
 L                      = Test Locality
 O                      = Organization Name
 OU                     = Organizational Unit Name
 CN                     = Common Name
 emailAddress           = noreply@symbian.org