1.0.4 • Published 3 years ago

@localhapp/downnload v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this

* This will download certificates from the https://localh.app domain. 
* So the browser will see a valid certificate :D.
* This is for testing only.

Usage

import {downloadCerts} from '@localhapp/downnload/index.js';

downloadCerts().then(error => {
    if(error) {
        console.log("error")
    } else {
        console.log("okidoki");
    } 
})
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago