@camunda8/sdk
Version:
[](https://www.npmjs.com/package/@camunda8/sdk)
15 lines (14 loc) • 500 B
TypeScript
/**
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership.
*
* Camunda licenses this file to you under the MIT; you may not use this file
* except in compliance with the MIT License.
*/
/**
* Get certificates from the system keychain.
*
*/
export declare function getSystemCertificates(): Promise<string[]>;