DAIRAV
DAIRAV

Reputation: 731

Possibility of same certificate imported to java key store

If I am importing CA certificates to java key store, is it possible to import the duplicate certificate to java key store?

What happens if am importing a certificate which is already existing in JKS. Is it possible?

Upvotes: 0

Views: 1123

Answers (1)

Raul
Raul

Reputation: 21

yes it is possible, you only need different alias when import the same cert in the JKS

Upvotes: 0

Related Questions