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

feat: add tls to endpoints #11

Merged
merged 12 commits into from
Mar 30, 2024
Merged

feat: add tls to endpoints #11

merged 12 commits into from
Mar 30, 2024

Conversation

evan95s
Copy link
Contributor

@evan95s evan95s commented Mar 27, 2024

@eigmax eigmax changed the title Feature/tls support feat: add tls to endpoints Mar 29, 2024
common/src/tls.rs Outdated Show resolved Hide resolved
let cert_path = Path::new(&cert_path);
let key_path = Path::new(&key_path);
if !ca_cert_path.is_file() || !cert_path.is_file() || !key_path.is_file() {
return Err(anyhow!(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bail!

Copy link
Member

@eigmax eigmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @xander42280 plz take a look and help Evan to run the e2e test with Snark prover.

@eigmax eigmax merged commit 4ee35f0 into zkMIPS:main Mar 30, 2024
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.

2 participants