Skip to content

Commit 7874ade

Browse files
committed
chore(ejbca): Update docsource to look better with new EJBCA jinja template
Signed-off-by: Hayden Roszell <[email protected]>
1 parent 678a396 commit 7874ade

File tree

3 files changed

+19
-43
lines changed

3 files changed

+19
-43
lines changed

README.md

Lines changed: 16 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,13 @@
1-
<h1 align="center" style="border-bottom: none">
21

32

4-
EJBCA Vault PKI Secrets Engine
3+
# EJBCA Vault PKI Secrets Engine
54

65
<img src="https://img.shields.io/badge/integration_status-production-3D1973?style=flat-square" alt="Integration Status: production" />
7-
<a href="https://github.com/keyfactor/ejbca-cert-manager-issuer/releases/latest"><img src="https://img.shields.io/github/v/release/keyfactor/ejbca-cert-manager-issuer?style=flat-square" alt="Latest Release"></a>
86
<a href="https://ejbca.org"><img src="https://img.shields.io/badge/valid_for-ejbca_community-FF9371" alt="Valid for EJBCA Community"></a>
97
<a href="https://www.keyfactor.com/products/ejbca-enterprise/"><img src="https://img.shields.io/badge/valid_for-ejbca_enterprise-5F61FF" alt="Valid for EJBCA Enterprise"></a>
10-
<a href="https://goreportcard.com/report/github.com/keyfactor/ejbca-cert-manager-issuer"><img src="https://goreportcard.com/badge/github.com/keyfactor/ejbca-cert-manager-issuer" alt="Go Report Card"></a>
11-
<a href="https://img.shields.io/badge/License-Apache%202.0-blue.svg"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License Apache 2.0"></a>
12-
13-
14-
15-
</h1>
16-
17-
<p align="center">
18-
<!-- TOC -->
19-
<a href="#support">
20-
<b>Support</b>
21-
</a>
22-
·
23-
<a href="#get-started">
24-
<b>Get Started</b>
25-
</a>
26-
·
27-
<a href="#license">
28-
<b>License</b>
29-
</a>
30-
·
31-
<a href="https://github.com/orgs/Keyfactor/repositories?q=ejbca">
32-
<b>Related Integrations</b>
33-
</a>
34-
</p>
8+
<a href="https://goreportcard.com/report/github.com/keyfactor/ejbca-vault-pki-engine"><img src="https://goreportcard.com/badge/github.com/keyfactor/ejbca-vault-pki-engine" alt="Go Report Card"></a>
9+
10+
3511

3612
## Overview
3713

@@ -46,20 +22,11 @@ with minimal changes to existing Vault configurations.
4622

4723

4824

49-
## Support
50-
51-
In the [Keyfactor Community](https://www.keyfactor.com/community/), we welcome contributions. Keyfactor Community software is open-source and community-supported, meaning that **no SLA** is applicable. Keyfactor will address issues as resources become available.
52-
53-
* To report a problem or suggest a new feature, go to [Issues](../../issues).
54-
* If you want to contribute bug fixes or proposed enhancements, see the [Contributing Guidelines](CONTRIBUTING.md) and create a [Pull request](../../pulls).
55-
56-
> Commercial support is available for [EJBCA Enterprise](https://www.keyfactor.com/products/ejbca-enterprise/) customers, who may request escalation by opening up a support ticket through their Keyfactor representative.
57-
5825
## Requirements
5926

6027
### To build
6128
* [Git](https://git-scm.com/)
62-
* [Golang](https://golang.org/) >= v1.19
29+
* [Golang](https://golang.org/) >= v1.22
6330

6431
### To use
6532
* [EJBCA](https://www.keyfactor.com/products/ejbca-enterprise/) >= v7.7
@@ -73,6 +40,17 @@ To get started with EJBCA PKI Secrets Engine for HashiCorp Vault, see [Getting S
7340

7441

7542

43+
## Community Support
44+
45+
In the [Keyfactor Community](https://www.keyfactor.com/community/), we welcome contributions. Keyfactor Community software is open-source and community-supported, meaning that **no SLA** is applicable. Keyfactor will address issues as resources become available.
46+
47+
* To report a problem or suggest a new feature, go to [Issues](../../issues).
48+
* If you want to contribute bug fixes or proposed enhancements, see the [Contributing Guidelines](CONTRIBUTING.md) and create a [Pull request](../../pulls).
49+
50+
## Commercial Support
51+
52+
Commercial support is available for [EJBCA Enterprise](https://www.keyfactor.com/products/ejbca-enterprise/).
53+
7654
## License
7755
For license information, see [LICENSE](LICENSE).
7856

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The EJBCA PKI Secrets Engine requires the following API endpoints:
1414
## Requirements
1515
### To build
1616
* [Git](https://git-scm.com/)
17-
* [Golang](https://golang.org/) >= v1.19
17+
* [Golang](https://golang.org/) >= v1.22
1818

1919
### To use
2020
* EJBCA [Community](https://www.ejbca.org/) or EJBCA [Enterprise](https://www.keyfactor.com/products/ejbca-enterprise/)

docsource/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@ with minimal changes to existing Vault configurations.
1313

1414
## To build
1515
* [Git](https://git-scm.com/)
16-
* [Golang](https://golang.org/) >= v1.19
16+
* [Golang](https://golang.org/) >= v1.22
1717

1818
## To use
1919
* [EJBCA](https://www.keyfactor.com/products/ejbca-enterprise/) >= v7.7
2020
* [HashiCorp Vault](https://www.vaultproject.io/) >= v1.11.0
2121

2222
# Badges
2323

24-
<a href="https://github.com/keyfactor/ejbca-cert-manager-issuer/releases/latest"><img src="https://img.shields.io/github/v/release/keyfactor/ejbca-cert-manager-issuer?style=flat-square" alt="Latest Release"></a>
2524
<a href="https://ejbca.org"><img src="https://img.shields.io/badge/valid_for-ejbca_community-FF9371" alt="Valid for EJBCA Community"></a>
2625
<a href="https://www.keyfactor.com/products/ejbca-enterprise/"><img src="https://img.shields.io/badge/valid_for-ejbca_enterprise-5F61FF" alt="Valid for EJBCA Enterprise"></a>
27-
<a href="https://goreportcard.com/report/github.com/keyfactor/ejbca-cert-manager-issuer"><img src="https://goreportcard.com/badge/github.com/keyfactor/ejbca-cert-manager-issuer" alt="Go Report Card"></a>
28-
<a href="https://img.shields.io/badge/License-Apache%202.0-blue.svg"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License Apache 2.0"></a>
26+
<a href="https://goreportcard.com/report/github.com/keyfactor/ejbca-vault-pki-engine"><img src="https://goreportcard.com/badge/github.com/keyfactor/ejbca-vault-pki-engine" alt="Go Report Card"></a>
2927

3028
# Getting Started
3129

0 commit comments

Comments
 (0)