Commit Graph

2109 Commits (d6203eb2512de64f9394e08b9b65797c0249a069)
 

Author SHA1 Message Date
Carl Tashian 0dd6564b1e
README link fixes 3 years ago
Carl Tashian 3e5b90b6fa systemd cert renewer can now use 'step certificate needs-renewal' 3 years ago
max furman bd51b1f85b Updates for new issue page 3 years ago
max furman a3af991261 Update pull request labeler action 3 years ago
max furman b71ff09a08 UI updates for certificates new issue page 3 years ago
Mariano Cano 4aa529605d
Merge pull request #641 from hillu/quote-serial
Log certificate's serial number as stringified decimal number
3 years ago
Mariano Cano 76413b845e
Merge pull request #644 from hslatman/hs/fix-provisioner-name-log
Fix logging provisioner name as string
3 years ago
Herman Slatman 9210a6740b
Fix logging provisioner name as string 3 years ago
Hilko Bengen edb01bc9f2 Log certificate's serial number as stringified decimal number
Using a JSON string fixes a common issue with JSON parsers that
deserialize all numbers to a 64-bit IEEE-754 floats. (Certificate
serial numbers are usually 128 bit values.)

This change is consistent with existing log entries for revocation
requests.

See also: #630, #631
3 years ago
Mariano Cano dd9850ce4c Add working implementation of the linkedca.
Replaces the authority adminDB with a new impmentation that users the
linkedca client to retrieve the data.

Note that this implementation still hardcodes the endpoint to localhost.
3 years ago
Mariano Cano 49c1427d15 Use authorityId instead of authorityID.
In json or javascript world authorityId, userId, ... are more common
than authorityID, ...
3 years ago
Mariano Cano f7e09af9df Implement the login command.
The login commands creates a new certificate for the linked ca.
This certificate will be used to sync data with the linkedca
endpoint.
3 years ago
Max b9743b36e1
Merge pull request #599 from smallstep/max/cert-mgr-crud
certificate manager
3 years ago
max furman 857a50434c Merge branch 'master' into max/cert-mgr-crud 3 years ago
Max 517fab1b54
Merge pull request #602 from hslatman/hs/ip-verification
IP Identifier Validation [RFC8738]
3 years ago
max furman 681226a798 Merge branch 'master' into max/cert-mgr-crud 3 years ago
max furman 1df21b9b6a Addressing comments in PR review
- added a bit of validation to admin create and update
- using protojson where possible in admin api
- fixing a few instances of admin -> acme in errors
3 years ago
Mariano Cano bc14341387 Fix bootstrap command. 3 years ago
max furman 5679c9933d Fixes from PR review 3 years ago
max furman 77fdfc9fa3 Merge branch 'master' into max/cert-mgr-crud 3 years ago
max furman 9fdef64709 Admin level API for provisioner mgmt v1 3 years ago
Kevin Chen 9d4e6e315a update readme page 3 years ago
Herman Slatman 8e4a4ecc1f
Refactor tests for sans 3 years ago
Herman Slatman 87b72afa25
Fix IP equality check and add more tests 3 years ago
Herman Slatman a6d33b7d06
Add tests for sans() 3 years ago
Herman Slatman 64c15fde7e
Add tests for canonicalize function 3 years ago
Herman Slatman 7843c90c4c
Merge branch 'master' of github.com:smallstep/certificates into hs/ip-verification 3 years ago
max furman 6476eb45a7 Need RELEASE variable defined in make debian 3 years ago
Mariano Cano 856f08b1c5
Merge pull request #605 from smallstep/casv1
Add support for Google CAS v1
3 years ago
Mariano Cano 65dacc2795 Replace golint with revive 3 years ago
Mariano Cano 35e6cc275a Fix typos in comments. 3 years ago
Herman Slatman c514a187b2
Fix Fail() -_-b 3 years ago
Herman Slatman 135e912ac8
Improve coverage for TLS-ALPN-01 challenge 3 years ago
Herman Slatman 218a2adb9f
Add tests for IP Order validations 3 years ago
Mariano Cano db416a45ae
Fix path for labeler. 3 years ago
Herman Slatman f33bdee5e0
Fix linter issue S1025 3 years ago
Herman Slatman 8780409020
Merge branch 'master' into hs/ip-verification 3 years ago
Herman Slatman 523ae96749
Change identifier and challenge types to consts 3 years ago
Herman Slatman 84ea8bd67a
Fix PR comments 3 years ago
Mariano Cano a0633a6efb
Merge pull request #612 from gdbelvin/kmspin
Allow reading pin from kms string
3 years ago
Gary Belvin 1fb4406801 minimize diff 3 years ago
Gary Belvin c6bb7aa199 Add back UI check, but don't read file 3 years ago
Gary Belvin a63a1d6482 Don't double read from u.Pin() 3 years ago
Gary Belvin 063a09a521 Allow reading pin from kms string 3 years ago
Mariano Cano c4d0c8a18e Fix credentials file parameter on awskms 3 years ago
Mariano Cano 16e0cffd8b Fix path for labeler. 3 years ago
Mariano Cano dce1b290bd Remove debug statements. 3 years ago
Mariano Cano 2a97389f1b Upgrade dependencies. 3 years ago
Mariano Cano ac3c754a6d Use known CA and add tier and gcs bucket options. 3 years ago
Kevin Chen 2ac53f7c69 update gitter to discord 3 years ago