Re: [Pki-devel] [PATCH] 827 Added support to create system certificates in different tokens.

2016-09-06 Thread Endi Sukma Dewata
On 9/2/2016 10:12 AM, Ade Lee wrote: This looks OK to me. I will merge it Ade Thanks! -- Endi S. Dewata ___ Pki-devel mailing list Pki-devel@redhat.com https://www.redhat.com/mailman/listinfo/pki-devel

Re: [Pki-devel] [PATCH] 827 Added support to create system certificates in different tokens.

2016-09-01 Thread Endi Sukma Dewata
I think if you search for the usage of CryptoToken.login(), it's done at the beginning of configuration servlet (SystemConfigService) and in the beginning of server startup (JssSubsystem). TomcatJSS might also do the same thing (I haven't checked the code). This patch doesn't change the order