You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_**This open source project is community-supported.** To report a problem or share an idea, use
10
-
**[Issues](../../issues)**; and if you have a suggestion for fixing the issue, please include those details, too.
11
-
In addition, use **[Pull Requests](../../pulls)** to contribute actual bug fixes or proposed enhancements.
10
+
**[Issues](https://github.com/Venafi/vcert-python/issues)**; and if you have a suggestion for fixing the issue, please include those details, too.
11
+
In addition, use **[Pull Requests](https://github.com/Venafi/vcert-python/pulls)** to contribute actual bug fixes or proposed enhancements.
12
12
We welcome and appreciate all contributions. Got questions or want to discuss something with our team?
13
13
**[Join us on Slack](https://join.slack.com/t/venafi-integrations/shared_invite/zt-i8fwc379-kDJlmzU8OiIQOJFSwiA~dg)**!_
14
14
@@ -24,7 +24,7 @@ This implementation is based on the original Go library, https://github.com/Vena
24
24
#### Compatibility
25
25
***Starting version 0.14.0 vcert-python only supports Python 3.6 or higher***
26
26
27
-
VCert releases are tested using the latest version of Trust Protection Platform. The [latest VCert release](../../releases/latest) should be compatible with Trust Protection Platform 17.3 or higher based on the subset of API methods it consumes.
27
+
VCert releases are tested using the latest version of Trust Protection Platform. The [latest VCert release](https://github.com/Venafi/vcert-python/releases/latest) should be compatible with Trust Protection Platform 17.3 or higher based on the subset of API methods it consumes.
28
28
29
29
## Installation
30
30
Get the library using pip:
@@ -102,12 +102,12 @@ See https://packaging.python.org/guides/installing-using-pip-and-virtual-environ
102
102
103
103
## Version History
104
104
105
-
[Check version history here](docs/version_history.md)
105
+
[Check version history here](https://github.com/Venafi/vcert-python/blob/master/docs/version_history.md)
VCert is licensed under the Apache License, Version 2.0. See `LICENSE` for the full license text.
111
+
VCert is licensed under the Apache License, Version 2.0. See [`LICENSE`](https://github.com/Venafi/vcert-python/blob/master/LICENSE) for the full license text.
112
112
113
113
Please direct questions/comments to opensource@venafi.com.
Copy file name to clipboardExpand all lines: docs/version_history.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
* Closed **[Issue 108](https://github.com/Venafi/vcert-python/issues/108)**: Added ability to add contacts(TPP)/owners(VaaS) to a policy when is created
10
10
* Closed **[Issue 113](https://github.com/Venafi/vcert-python/issues/113)**: Added support for legacy PKCS1 format on private keys when requesting a certificate. Default now is PKCS8 for both TPP and VaaS
11
11
* Closed **[Issue 116](https://github.com/Venafi/vcert-python/issues/116)**: Added ability to disable the following Subject fields when creating a policy on VaaS: organizations, org units, localities, states, countries
12
+
* Updated README.md links to work on sites other than GitHub
12
13
#### 0.14.0
13
14
* Closed **[Issue 90](https://github.com/Venafi/vcert-python/issues/90)**: **Dropped support for Python2. New baseline is Python 3.6+**
14
15
* Closed **[Issue 98](https://github.com/Venafi/vcert-python/issues/98)**: Added integration with sonarcloud for code analysis
0 commit comments