I'm trying to run wordpress/wooCommerce in my local environment (laptop localhost) and the rest api for woocommerce requires https to use (the http version is oauth 1.0a which is a pain in the ass to use).
when I try to install wordpress using ampps under https protocol I get this error: A trusted SSL Certificate was not found
which makes the localhost not truested.
how do I go about using SSL in ampps for my wordpress installs?