W3cubDocs

/WordPress

Requests::set_certificate_path( string $path )

Set default certificate path.

Parameters

$path

(string) (Required) Certificate path, pointing to a PEM file.

Source

File: wp-includes/class-requests.php

public static function set_certificate_path( $path ) {
		Requests::$certificate_path = $path;
	}

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests/set_certificate_path