Skip to content

Commit

Permalink
fix(ssl): fix can select multiple format certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Mar 16, 2020
1 parent e797f67 commit 0e085c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/connections/ConnectionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export default class ConnectionCreate extends Vue {
'openFile',
],
filters: [
{ name: 'CA', extensions: ['crt', 'key', 'pem'] },
{ name: 'CA', extensions: ['crt', 'key', 'pem', 'jks', 'der', 'cer', 'pfx'] },
],
}, (files) => {
if (files) {
Expand Down

0 comments on commit 0e085c7

Please sign in to comment.