Skip to content

VNFs providing support for demonstrating multi-context security

Notifications You must be signed in to change notification settings

mami-project/mcsVNF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcsVNF

Some VNFs used for the demonstration of multi-context security approaches, and how they can interact within a datacenter environment and beyond. The VNFs provide clients, servers based on the original multi-context TLS proposal, as well as a gateway for interworking through pure TLS connections. Support from different methods for key and certificate management (including ACME) is provided.

VNFs setup:

Requirements:

  • Ubuntu 14.04 LTS Server
  • mcTLS or mctls local repository folder

Installation

Next figure shows the layout. with 3 VM: One client, one Web server and the mcTLS Proxy VNFs for datacenter.

mcTLS setup

  1. Install Ubuntu and mcTLS in each VM.
  2. Install Apache Web server in Server VM
  3. Upload the files into corresponding VM.
  4. Recompile mcTLS Proxy VNF with new uploaded code. Following mcTLS install process.

Files to upload

Standard web server VM (server)

Copy files from server local repository folder and start Apache2 Server with TLS1.2 support.

Middlebox VNF (proxymcTLS)

Copy files from proxymcTLS local repository folder This is the core VNF that includes several components:

  • mcTLS middlebox based on original Mctls
  • mcTLS proxy. Modified version of the original Mctls Server with proxy functionality: End mcTLS session, extract HTTP payload and encapsulate it in a standard TLS session
  • TLS client

Client (client)

Copy files from client local repositoryfolder and use Mctls command line client

Use:

  1. Update configuration files
  2. Move to evaluation folder
  3. Start process in the following order:
  • Server
  • proxyTLS (middlebox & proxy)
  1. Run test from client.

About

VNFs providing support for demonstrating multi-context security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published