d-wojciechowski / plm-companion

PLM Companion is an extension that allows developers to speed up the process of developing customizations to Large systems remotely. The plugin may be used wherever the execution of custom commands or monitoring site availability may be handy.
https://dwojciechowski.com/plmcompanion/
GNU General Public License v3.0
4 stars 0 forks source link

Automatically Certification import for HTTPS #28

Open b-m-r opened 4 years ago

b-m-r commented 4 years ago

Automatically windchill certification import into intellij trust store. Unfortunately if the Windchill server uses a HTTPS certification, the connection test doesn't work. The certification needs to be imported into the Intellij java trust-store (on mac located under /Applications/IntelliJ IDEA.app/Contents/jbr/Contents/Home/lib/security/cacerts)

No manual import Would be really helpful not importing the certification manually into the trust store.

Great work! Thanks

d-wojciechowski commented 4 years ago

It seems that this operation has to be done once with the project set up. The aim of this plugin is to automate the repetitive and boring stuff.

I may pick it up in the future, but for now, I will not pick it up. Postponed to 0.9.0 for now.

Feel free to implement solution on your own, keep open source going ;)