Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tech5usa
/
TLSential
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
15
Code
Issues
21
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Debus/lego
- #82
#82
Draft
debus
wants to merge 12 commits into
develop
tech5usa/TLSential:develop
from
debus/lego
tech5usa/TLSential:debus/lego
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Draft
Debus/lego
#82
debus
wants to merge 12 commits into
develop
tech5usa/TLSential:develop
from
debus/lego
tech5usa/TLSential:debus/lego
Copy head branch name to clipboard
Commits
Commits on May 14, 2020
Move registration with lego from the certificate model to the acme service
phildebus
committed
c210c28
View commit details
Copy full SHA for c210c28
Browse repository at this point
Change to taking a lego.User object instead of a lego client. This should allow us to more easily mock the registration behavior for components using service.Acme
phildebus
committed
1db260f
View commit details
Copy full SHA for 1db260f
Browse repository at this point
pass the cert to the acme.Service.Register function
phildebus
committed
06e22af
View commit details
Copy full SHA for 06e22af
Browse repository at this point
remove checking for acme registration as that isnt handled as part of model creation anymore
phildebus
committed
cba15c9
View commit details
Copy full SHA for cba15c9
Browse repository at this point
Add acme tests that test the acme specific aspects of registration that used to be tested in certificate_test.go
phildebus
committed
ca008e4
View commit details
Copy full SHA for ca008e4
Browse repository at this point
Remove registration test from certificate model test
phildebus
committed
c1946a2
View commit details
Copy full SHA for c1946a2
Browse repository at this point
Clean up code
phildebus
committed
1e7d7a3
View commit details
Copy full SHA for 1e7d7a3
Browse repository at this point
refactor test
phildebus
committed
dc9d626
View commit details
Copy full SHA for dc9d626
Browse repository at this point
Commits on May 17, 2020
Dont check for model creation issues in this test as that should only be in the model tests
phildebus
committed
2408f6f
View commit details
Copy full SHA for 2408f6f
Browse repository at this point
Remove model specific tests from the acme tests
phildebus
committed
33e6843
View commit details
Copy full SHA for 33e6843
Browse repository at this point
Abstract the acme service from lego by having a configurable UserRegistrar. This also allows mocking the lego registration during testing
phildebus
committed
423db7b
View commit details
Copy full SHA for 423db7b
Browse repository at this point
Add test for acme channels
phildebus
committed
0a19e48
View commit details
Copy full SHA for 0a19e48
Browse repository at this point
You can’t perform that action at this time.