1

I want to know in which file the keytool command logs all the information.

i.e., when I execute the below command:-

keytool -import -file ca-certificate.cer -alias sample -keystore /root/keystore.jks 

I couldn't find any log information. I also want to add log information for any certificate imports.

1 Answer 1

1

keytool does not log information; it only writes to the standard output and standard error. Its documentation lists several cases where it will use one or the other, and does not mention logging.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.