cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find repository path

robinho
Champ in-the-making
Champ in-the-making
Hi

I am trying to implement the countersign addon. But I have 1 issue which has not directly to do with the addon itself.
I need the right repository path to refer my p12 certificate. The problem is my that my repository path is wrong.

In config.properties i set this:

# Repository path for a single root (trusted) keystore containing a cert used to sign per-user certs
countersign.signature.trustedKeystorePath=/app:company_home/cm:ca.p12

When i try to run the addon I keep getting this error:

org.alfresco.error.AlfrescoRuntimeException: 11200011 \app:company_home\cm:ca.p12 (The filename, directory name, or volume label syntax is incorrect) 


This means that my repository path in alfresco is wrong. Does anybody know what I am doing wrong? is app:company_home a repository path?
Really cannot find a solution here
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
I think the issue is with name ca.p12 try to replace that name is some normal name without any special character

robinho
Champ in-the-making
Champ in-the-making
I have 2 files a ssl certficate and a P12 file which contains a key and a certificate. I think i need to refer to the ca.p12
I tried to refer to the crt. but still same error:

 org.alfresco.error.AlfrescoRuntimeException: 11200009 \app:company_home\cm:ca.crt (The filename, directory name, or volume label syntax is incorrect) 


is \app:company_home\cm:ca.cr a valid repository path?

malleshwari
Champ in-the-making
Champ in-the-making
if this problem resolved please help me out

Thanks,
Malleshwari