Mariano Cano
3c5046f0d4
Merge pull request #196 from smallstep/hsm-pending-generation
...
Retry CloudKMS GetPublicKey
2020-02-25 10:44:14 -08:00
Mariano Cano
1138cc4207
Retry CloudKMS GetPublicKey.
...
On HSM keys are not generated instantly and the GetPublicKey fails
with a FailedPrecondition error. This change will retry GetPublicKey
if this happens.
2020-02-21 12:36:29 -08:00
Mariano Cano
806abb6232
Merge pull request #192 from smallstep/cloudkms-init
...
Cloudkms init
2020-02-21 11:19:45 -08:00
Mariano Cano
6b01128bcc
Reference root.Subject instead of hardcoding it.
2020-02-21 11:14:11 -08:00
Mariano Cano
32c2558b58
Replace project in output.
2020-02-21 10:55:42 -08:00
Mariano Cano
334d191563
Fix docs.
2020-02-21 10:53:22 -08:00
Mariano Cano
8604c31818
Fix in documentation.
2020-02-21 10:51:43 -08:00
Mariano Cano
91f0caa6ff
Merge pull request #195 from smallstep/custom-templates
...
Templates without the filesystem
2020-02-20 16:36:08 -08:00
Mariano Cano
914636668a
Add support for loading templates without using files.
2020-02-20 15:48:48 -08:00
Mariano Cano
55e661bd26
Add initial docs for cloud kms.
2020-02-18 19:07:42 -08:00
Mariano Cano
1535e95d89
Add tool to initialize pki in cloud kms.
2020-02-18 19:07:12 -08:00
max furman
8e882faf44
Remove extraneous "stage" from travis yml
2020-02-16 13:06:36 -08:00
Mariano Cano
cf7ef472f7
Merge pull request #164 from smallstep/kms
...
Kms
2020-02-14 12:08:53 -08:00
Mariano Cano
5c8c741fab
Fix linting issues.
2020-02-14 11:46:31 -08:00
Mariano Cano
dd5a96a42e
Fix typo.
2020-02-14 10:42:50 -08:00
Mariano Cano
b724f5a338
Fix typos.
2020-02-14 10:24:56 -08:00
Mariano Cano
6987a46b76
Skip test on travis.
2020-02-13 18:38:00 -08:00
Mariano Cano
b11bbd5728
Fix typo.
2020-02-13 18:34:43 -08:00
Mariano Cano
05cc1437b7
Remove unnecessary parse of certificate.
2020-02-13 17:48:43 -08:00
Mariano Cano
cff346e7fd
Skip test on travis, it won't fail because they have access to the KMS.
2020-02-13 15:49:16 -08:00
Mariano Cano
2d4f369db2
Add options to set root and federated certificates using x509.Certificate
2020-02-12 15:36:24 -08:00
Mariano Cano
8f17a46be0
Fix formatting.
2020-02-12 12:45:07 -08:00
Mariano Cano
869ef70211
Merge pull request #172 from 256dpi/master
...
Added Resolver Option
2020-02-12 12:42:08 -08:00
Mariano Cano
43bd8113aa
Remove unnecessary comments.
2020-02-11 14:46:18 -08:00
Mariano Cano
4eaeede77d
Fix unit tests.
2020-02-11 14:05:37 -08:00
Mariano Cano
21bd339b86
Merge branch 'master' into kms
2020-02-11 13:20:35 -08:00
Max
2c747fc11f
Merge pull request #180 from ibrt/master
...
Support for ALPN-01 Challenge
2020-02-11 10:53:14 -08:00
Ivan Bertona
cb46a8b741
Small test fixes.
2020-02-11 09:57:28 -05:00
Ivan Bertona
10bc548c6e
Remove leftover file.
2020-02-10 14:58:16 -05:00
Ivan Bertona
200cfd2433
Add test for missing TLS certificates in response.
2020-02-10 14:50:13 -05:00
Max
51b175377b
Merge pull request #182 from mkontani/fix/help-desc
...
Fix help command indication
2020-02-10 11:00:18 -08:00
Sebastian Tiedtke
f2b95647f3
Use date range in copyright
2020-02-10 09:55:21 -08:00
mkontani
5d208432a5
Fix help command indication
2020-02-08 20:31:49 +09:00
Ivan Bertona
157686e338
Tiny finishes.
2020-02-07 19:57:29 -05:00
Ivan Bertona
6843408d42
Reject obsolete id-pe-acmeIdentifier.
2020-02-07 19:26:18 -05:00
Ivan Bertona
6b5a2b17b5
Add challenge unmarshal test cases.
2020-02-07 15:25:27 -05:00
Ivan Bertona
b8208ec401
Add test case for failed came-tls/1 protocol negotiation.
2020-02-07 15:14:08 -05:00
Ivan Bertona
9052da66a3
Fix linter, tidy go.mod file.
2020-02-07 14:42:56 -05:00
Ivan Bertona
4b473732d9
Add support for TLS-ALPN-01 challenge.
2020-02-07 14:37:13 -05:00
Max
f8eec06563
Merge pull request #175 from Johannestegner/patch-1
...
Its 2020!
2020-02-04 14:38:36 -08:00
Johannes
bb30372d43
Its 2020!
2020-02-04 21:37:52 +01:00
Max
bd33799531
Merge pull request #174 from smallstep/acmeAccNotFound
...
Should be returning status code 400 for ACME Account Not Found.
2020-02-03 10:25:21 -08:00
max furman
c255274572
Should be returning status code 400 for ACME Account Not Found.
...
Issue #173
2020-02-01 17:35:41 -08:00
Joël Gähwiler
445fcbe621
added resolver
2020-02-01 13:00:39 +02:00
Mariano Cano
752bfeeccd
Update cli dependency.
2020-01-30 10:59:28 -08:00
Mariano Cano
7846696fbb
Fix return sign options on ssh sign.
2020-01-29 11:58:47 -08:00
Mariano Cano
cbf1053255
Merge branch 'master' into kms
2020-01-28 15:49:54 -08:00
Mariano Cano
94c02b17b5
Merge pull request #167 from smallstep/acme-commonname-2
...
Allow DNS names in CommonName for ACME
2020-01-28 15:39:38 -08:00
Mariano Cano
0a890a5c16
Add the commonName as a DNSName to match RFC.
...
Normalize names and remove the use of reflection.
2020-01-28 15:34:01 -08:00
max furman
c66b183783
Update cli dep
2020-01-28 13:37:43 -08:00