PFX to JKS keytool conversion: Alias <*> does not exist

后端 未结 4 964
一个人的身影
一个人的身影 2021-01-04 18:57

I\'m trying to convert x.PFX file to x.JKS file using keytool but I am getting following error:

keytool error: java.lang.Exception: Alias <2> does not          


        
4条回答
  •  借酒劲吻你
    2021-01-04 19:16

    Maybe "2" can't be found, because there are whitespaces included (e.g. "2 ")

    If you don't wanna change the alias just remove the options -srcalias and -destalias and it will be imported with the original alias.

提交回复
热议问题