Skip to content

adobe-apiplatform/example-mtls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of Mutual TLS (mTLS)

Overview

This repository contains working examples (out of the box) using Mutual TLS (mTLS) between I/O Runtime actions and an external service using PKCS #12 (.p12/.pfx) certificates.

Sections

  • example/ - Contains the working example
  • performance/ - Contains the performance tests for use with the working example

Sample Usage

  1. Generate client and server certificates
  2. Run the example server container in docker
  3. Create and run the aio client app
  4. Test action aio app's action code
> curl http://localhost:3233/api/v1/web/guest/my-mtls-example/generic
{
  "resp": "https with mtls"
}
  1. Run the performance tests against the aio app (OPTIONAL)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published