Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document updated cert manager #581

Merged
merged 24 commits into from
Dec 12, 2017
Merged

Document updated cert manager #581

merged 24 commits into from
Dec 12, 2017

Conversation

tamalsaha
Copy link
Contributor

No description provided.

@tamalsaha
Copy link
Contributor Author

tamalsaha commented Oct 24, 2017

kubectl run test-server --image=appscode/test-server:1.1
kubectl expose deployment test-server --name=test-server --port=80 --target-port=8080
kubectl create secret generic acme-account --from-literal=ACME_EMAIL=me@example.com
apiVersion: voyager.appscode.com/v1beta1
kind: Ingress
metadata:
  name: test-ingress
  namespace: default
spec:
  rules:
  - host: kiteci.com
    http:
      paths:
      - backend:
          serviceName: test-server
          servicePort: 80
        path: /testpath
      - backend:
          serviceName: test-server
          servicePort: 80
        path: /
  tls:
  - hosts:
    - kiteci.com
    ref:
      kind: Certificate
      name: kitecicom
---
apiVersion: voyager.appscode.com/v1beta1
kind: Certificate
metadata:
  name: kitecicom
  namespace: default
spec:
  domains:
  - kiteci.com
  acmeUserSecretName: acme-account
  challengeProvider:
    http:
      ingress:
        apiVersion: voyager.appscode.com/v1beta1
        kind: Ingress
        name: test-ingress

@tamalsaha
Copy link
Contributor Author

Fully working example: https://github.com/tamalsaha/voyager-http-cert

diptadas
diptadas previously approved these changes Nov 10, 2017
@tamalsaha tamalsaha merged commit 16f25c9 into master Dec 12, 2017
@tamalsaha tamalsaha deleted the cert-doc branch December 12, 2017 20:02
tamalsaha added a commit that referenced this pull request Dec 12, 2017
tamalsaha added a commit that referenced this pull request Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants