omadrm/foundationcerts/data/dummycert.cnf
author William Roberts <williamr@symbian.org>
Wed, 24 Feb 2010 16:51:57 +0000
branchRCL_3
changeset 10 0d167ce5e2a1
permissions -rw-r--r--
Fix bug 1993 by providing a separate component which installs a dummy certificate and key generated by the Symbian Foundation

# 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