#### 📖 Summary
<!-- Provide a summary of your changes. Describe the why and not how. -->
#### 📑 Test Plan
> 💡 Select your test plan for the code changes.
- [x] Tested via Drone.io pipeline
- [ ] Custom test
- [ ] No test plan
##### Details / Justification
<!-- Add your test details or justification for missing tests here. -->
#### 📚 Additional Notes
<!-- A place for additional detail notes. -->
Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: OCram85/PSCredentialStore#62
* adds certificate store location
* add additional certificate store tests
* add cert store tests for New-CredentialStoreItem
* fix test
* add error handling for credential store path
* add Import-CSCertificate helper function
* Import new certificate if param is given
* fix extension filter
* add linux error message
* fix pester test for linux
* update cert helper functions
* export helper functions
* fix cs cert import
* simplify cs cret lookup
* remove obsolete functions
* fix pester test for linux
* fix error type for linux
* fix var name
* fix pester test
* disable travis artifact upload
* update cert lookup for item functions
* debug build error
* use cert instance constructor for linux
* disable debug output
* remove obsolete exports