Skip to content

Commit

Permalink
correcting deprecated links
Browse files Browse the repository at this point in the history
  • Loading branch information
djkormo authored Jan 7, 2024
1 parent 4d742ce commit 16d34e8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ADCS Issuer

ADCS Issuer is a [cert-manager's](https://github.com/jetstack/cert-manager) CertificateRequest controller that uses MS Active Directory Certificate Service to sign certificates
(see [this design document](https://github.com/jetstack/cert-manager/blob/master/design/20190708.certificate-request-crd.md) for details on CertificateRequest CRD).
ADCS Issuer is a [cert-manager's](https://github.com/cert-manager/cert-manager) CertificateRequest controller that uses MS Active Directory Certificate Service to sign certificates
(see [this design document](https://github.com/cert-manager/cert-manager/blob/master/design/20190708.certificate-request-crd.md) for details on CertificateRequest CRD).

ADCS provides HTTP GUI that can be normally used to request new certificates or see status of existing requests.
This implementation is simply a HTTP client that interacts with the ADCS server sending appropriately prepared HTTP requests and interpretting the server's HTTP responses
Expand All @@ -10,7 +10,6 @@ This implementation is simply a HTTP client that interacts with the ADCS server
It supports NTLM authentication.



Build statuses:


Expand Down Expand Up @@ -454,7 +453,7 @@ spec:
```
Deploy sample certuficate
Deploy sample certificate
```yaml
apiVersion: cert-manager.io/v1
Expand Down Expand Up @@ -497,4 +496,4 @@ adcsrequest.adcs.certmanager.csf.nokia.com/adcs-sim-cert-2v677 ready

## License

This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/adcs-issuer/blob/master/LICENSE).
This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/djkormo/adcs-issuer/blob/master/LICENSE).

0 comments on commit 16d34e8

Please sign in to comment.