Added the ability to override the key alias for specific applications

This commit is contained in:
Ciaran Gultnieks 2011-01-04 22:45:38 +00:00
parent 70ba2cb368
commit 3a01ce9146
2 changed files with 14 additions and 5 deletions

View file

@ -22,7 +22,12 @@ keystorepass = "foo"
#The password for keys - the same is used for each auto-generated key.
keypass = "foo2"
#THe distinguished name used for all keys.
#The distinguished name used for all keys.
keydname = "CN=Birdman, OU=Cell, O=Alcatraz, L=Alcatraz, S=California, C=US"
"
#Use this to override the auto-generated key aliases with specific ones
#for particular applications. Normally, just leave it empty.
keyaliases = {}
keyaliases['com.example.app'] = 'example'