Initial Version
This commit is contained in:
commit
740994ae40
4 changed files with 217 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Apple Business Manager API Module for PowerShell
|
||||
To use this module, you'll need to convert the private key from Apple to a .NET friendly format:
|
||||
```openssl pkcs8 -topk8 -inform PEM -outform PEM -in [path to your key from Apple] -out [path to where you want to save the converted key] -nocrypt```
|
Loading…
Add table
Add a link
Reference in a new issue