'Mac os : no such file or directory found error even though file exists
I am trying to import certificate to jks My command looks like this
Keytool -importcert -file "/Users/sachin/certificates/g3.cer" -keystore "/Users/sachin/certificates/jks/my.jks" _alias "myalias1"
When I run the above in terminal, I see
-bash Keytool -importcert -file "/Users/sachin/certificates/g3.cer": No such file or directory .
When I do ls or Cd, I can see those files and navigate through the directories . This is driving me crazy . Appreciate any help. New to Mac OS
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
