stevejenkins / unifi-linux-utils

Helpful Linux / Unix scripts for admins of Ubiquiti (UBNT) UniFi wireless products
https://www.stevejenkins.com/blog/tag/unifi/
MIT License
695 stars 127 forks source link

remove deststoretype option from keytool import; fixes #35 #36

Closed spencerharmon closed 5 years ago

spencerharmon commented 5 years ago

Import failed with PKCS12 specified. Tested with JKS specified, which worked. Also worked when unspecified, so maybe that will be more universal. Otherwise, a check for the type of the destination store might be necessary. All testing done with UniFi Controller version 5.9.29-11384-1 on Ubuntu Server 18.04.1

stevejenkins commented 5 years ago

Great fix. Thank you!