You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
302 B
8 lines
302 B
import type { CA } from '../../@types/profiles.js';
|
|
/**
|
|
* CA Certificates for **Amazon RDS Proxy** (2024)
|
|
*
|
|
* - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-proxy.howitworks.html#rds-proxy-security.tls
|
|
* - https://www.amazontrust.com/repository/
|
|
*/
|
|
export declare const proxies: CA;
|
|
|