Commit Graph

804 Commits (4b473732d98df2471ae2476392fda700bb4df83a)
 

Author SHA1 Message Date
Oleksandr Kovalchuk 46832bb9b3
Remove superflurous Printf statement
The statement was used for debug purposes and should not be included in
the final build
5 years ago
Oleksandr Kovalchuk a995cca418
Perform domain normalization for wildcard domains
Perform domain normalization for wildcard domains, so we do query
TXT records for _acme-challenge.example.domain instead of
_acme-challenge.*.example.domain when performing DNS-01 challenge. In
this way the behavior is consistent with letsencrypt and records queried
are in sync with the ones that are shown in certbot manual mode.
5 years ago
Max 9ec2fe74b4
Merge pull request #134 from smallstep/ssh-key-names
Add `ca` to ssh PKI names for clarity
5 years ago
max furman 4cae3bb37c Add `ca` to ssh PKI names for clarity 5 years ago
Max ff13b2a699
Merge pull request #133 from smallstep/service-account
kubernetes service account provisioner
5 years ago
max furman 8f07ff6a39 Add kubernetes service account provisioner 5 years ago
Max 24ab77b517
Merge pull request #132 from rmedaer/master
Fix Debian package link and version in README
5 years ago
Raphael Medaer 64c72cf938
Fix Debian package link and version in README
Following the README procedure to install the Debian packages, I figured
out that the links were broken.
5 years ago
Mariano Cano 893b13c277
Merge pull request #130 from smallstep/go-mod
Use go mod in step certificates.
5 years ago
Mariano Cano edac867cf6 Update dependencies. 5 years ago
Mariano Cano 6c3e5278e2 Update steps for go mod in distribution.md 5 years ago
Mariano Cano 5cdb8f63b2 Add ignored files go.mod and go.sum 5 years ago
Mariano Cano 0631872244 Add go mod download. 5 years ago
Mariano Cano ac536a42cf Use go mod in step certificates. 5 years ago
Max 0a96062b76
Merge pull request #128 from jkralik/returnCertChain
Change api of functions Authority.Sign, Authority.Renew
5 years ago
max furman 9060d512f9 dep update cli 5 years ago
max furman 397c6466a2 dep update smallstep/cli 5 years ago
max furman d368791606 Add x5c provisioner capabilities 5 years ago
max furman 2781045524 dep update nosql 5 years ago
max furman 7aec7c2612 Create ACME database tables when initializing ACME autority. 5 years ago
Joseph Voss f53f4720ad Fix formatting around step certificate install link 5 years ago
max furman c436dd7363 Fix broken link in getting started guide 5 years ago
Jozef Kralik bc6074f596 Change api of functions Authority.Sign, Authority.Renew
Returns certificate chain instead of 2 members.

Implements #126
5 years ago
Max e2858e17b0
Merge pull request #120 from josephvoss/doc_acme_formatting
Fix formatting around step certificate install link
5 years ago
Joseph Voss fb7298fe95
Fix formatting around step certificate install link 5 years ago
max furman 06db0bc64c Fix broken link in getting started guide 5 years ago
Mariano Cano a719a847e4
Merge pull request #116 from 4x0v7/provisioner-readme-fix
Fix for typo in `configurationEndpoint`
5 years ago
Andy Wilson 812c3049cf Fix for typo in `configurationEndpoint` 5 years ago
max furman e92dfb2516 Fix authz shadow declarations 5 years ago
Mariano Cano effb490d27
Merge pull request #101 from smallstep/onboarding
Onboarding flow
5 years ago
Mariano Cano d3361e7a58 Add UsageText to virtual command. 5 years ago
Mariano Cano be07334164
Merge branch 'master' into onboarding 5 years ago
Mariano Cano 120ebf3941 Update dependencies. 5 years ago
Mariano Cano 8b8faf1b2d Update pki with changes in smallstep/cli 5 years ago
max furman 83a8139543 dep update nosql
* Fixes #112
5 years ago
Mariano Cano d0e5976c06 Use production URL and add description. 5 years ago
Mariano Cano c78a47620e Update cli 5 years ago
Mariano Cano 59526d3225
Merge pull request #105 from smallstep/okta-support
Address support on OIDC provisioners
5 years ago
Mariano Cano 39b41b5e83
Merge pull request #107 from smallstep/ssh-valid-after
Truncate to seconds ValidAfter
5 years ago
Max 9f0d8545a3
Merge pull request #106 from smallstep/lint
Added a staticcheck and unused linters and trying to clear up new errors
5 years ago
Mariano Cano 3d46bc13f5 Remove http.CloseNotifier wrapper.
It's deprecated.
5 years ago
Mariano Cano d59a5b222f Truncate to seconds to avoid rounding up times.
It can cause that certs are not valid yet, if they are used right away.
5 years ago
max furman fe7973c060 wip 5 years ago
Mariano Cano adc1d54b0d Define valid after as 1m before now.
It avoids errors with immediate use of cert.
5 years ago
Mariano Cano fa7273d4f5 Add docs on listenAddress. 5 years ago
Mariano Cano 72f1a61f06 Increase coverage. 5 years ago
Mariano Cano b7045f27a9 Increase coverage. 5 years ago
Mariano Cano a16b2125bc Fix tests. 5 years ago
Mariano Cano 6c4abfabbb Make /.well-known/openid-configuration optional 5 years ago
Mariano Cano 3527ee6940 Add support for listenAddress parameter if OIDC provisioners.
Fixes smallstep/cli#150
5 years ago