Closed vit-tomica closed 4 years ago
https://github.com/zowe/explorer-ui-server/blob/60bc3fd655d062cf94c9a1a0c8376225d2f5a72d/src/config.js#L137 Use keyring_js.getPemEncodedData(config.https['keyring-owner'], config.https['keyring'], config.https['keyring-label']); instead of keyring_js.getPemEncodedData(config['keyring-owner'], config['keyring'], config['keyring-label']);
keyring_js.getPemEncodedData(config.https['keyring-owner'], config.https['keyring'], config.https['keyring-label']);
keyring_js.getPemEncodedData(config['keyring-owner'], config['keyring'], config['keyring-label']);
https://github.com/zowe/explorer-ui-server/blob/60bc3fd655d062cf94c9a1a0c8376225d2f5a72d/src/config.js#L137 Use
keyring_js.getPemEncodedData(config.https['keyring-owner'], config.https['keyring'], config.https['keyring-label']);
instead ofkeyring_js.getPemEncodedData(config['keyring-owner'], config['keyring'], config['keyring-label']);