Skip to content

Commit

Permalink
Merge pull request #77 from derveloper/patch-1
Browse files Browse the repository at this point in the history
Allow signing of intermediate CA
  • Loading branch information
maraino authored Mar 29, 2023
2 parents b73b209 + 04d8714 commit 76d91f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions controllers/certificaterequest_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ func (r *CertificateRequestReconciler) Reconcile(ctx context.Context, req ctrl.R
return ctrl.Result{}, nil
}

// Step CA does not support online signing of CA certificate at this time
if cr.Spec.IsCA {
log.Info("step certificate does not support online signing of CA certificates")
return ctrl.Result{}, nil
}

if cr.Spec.IssuerRef.Kind == "StepClusterIssuer" {
iss := api.StepClusterIssuer{}
issNamespaceName := types.NamespacedName{
Expand Down

0 comments on commit 76d91f8

Please sign in to comment.