Skip to content

strictd/convertp12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Convert .p12 keys to .pem keys

## Binary Executable for node using [google-p12-pem](https://github.com/google/google-p12-pem)

```
npm install -g @strictd/convertp12
```

convert your .p12 key with 2 argments.
- leave off the second argument will automatically use the source file basename with a .pem extension (test.p12 -> test.pem)

```
convertp12 /path/to/service_account.p12 /path/to/save/service_account.pem
```

About

Convert .p12 files to .pem files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published