Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Salesforce Certified MuleSoft Developer II (Mule-Dev-301) Exam - Topic 4 Question 39 Discussion

Which command is used to convert a JKS keystore to PKCS12?
B) Keytool-importkeystore --srckeystore keystore p12-srcstoretype JKS --destkeystore keystore.p12 --deststoretype PKCS12
A) Keytool-importkeystore --srckeystore keystore p12-srcstoretype PKCS12 --destkeystore keystore.jks --deststoretype JKS
C) Keytool-importkeystore --srckeystore keystore jks-srcstoretype JKS --destkeystore keystore.p13 --deststoretype PKCS12
D) Keytool-importkeystore --srckeystore keystore jks-srcstoretype PKCS12 --destkeystore keystore.p12 --deststoretype JKS

Salesforce Certified MuleSoft Developer II (Mule-Dev-301) Exam - Topic 4 Question 39 Discussion

Actual exam question for Salesforce's Salesforce Certified MuleSoft Developer II (Mule-Dev-301) exam
Question #: 39
Topic #: 4
[All Salesforce Certified MuleSoft Developer II (Mule-Dev-301) Questions]

Which command is used to convert a JKS keystore to PKCS12?

Show Suggested Answer Hide Answer
Suggested Answer: B

To convert a JKS keystore to PKCS12, the developer needs to use the keytool-importkeystore command with the following options: -srckeystore keystore.jks -srcstoretype JKS -destkeystore keystore.p12 -deststoretype PKCS12. This command imports all entries from a source JKS keystore (keystore.jks) into a destination PKCS12 keystore (keystore.p12). Reference: https://docs.oracle.com/en/java/javase/11/tools/keytool.html#GUID-5990A2E4-78E3-47B7-AE75-6D1826259549


Contribute your Thoughts:

0/2000 characters
Ernie
24 days ago
No way, it's definitely not D.
upvoted 0 times
...
Angella
29 days ago
Wait, isn't it supposed to be C? I'm confused now.
upvoted 0 times
...
Ruby
1 month ago
I thought it was A at first, but B makes more sense.
upvoted 0 times
...
Stefan
1 month ago
It's definitely B! That's the correct syntax.
upvoted 0 times
...
Isaiah
1 month ago
I thought the command was supposed to use "importkeystore," but I can't recall if the order of parameters matters. Could it be option A?
upvoted 0 times
...
Eladia
2 months ago
I feel like I might be mixing up the flags. Was it --deststoretype or --srckeystore that needs to be JKS for the conversion?
upvoted 0 times
...
Dahlia
2 months ago
I remember practicing a similar question, and I think the keytool command needs to specify the source keystore type correctly. Maybe option B?
upvoted 0 times
...
Iesha
2 months ago
I think the command should involve converting from JKS to PKCS12, but I'm not sure which option correctly specifies the source and destination types.
upvoted 0 times
...
Mike
2 months ago
I vaguely recall that the `keytool` command has specific syntax, but I can't remember if the `-srckeystore` or `-destkeystore` comes first in the options.
upvoted 0 times
...
Denise
2 months ago
I'm a bit confused about the source and destination types. I feel like I might have mixed them up in my notes.
upvoted 0 times
...
Nickolas
3 months ago
I remember practicing a similar question, and I think it was about using the `-deststoretype` flag correctly. Could it be option B?
upvoted 0 times
...
Leonor
3 months ago
I think the command should involve converting from JKS to PKCS12, but I'm not sure which option specifies that correctly.
upvoted 0 times
...

Save Cancel