Skip to content

Commit

Permalink
Update Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
shulifink authored Jul 5, 2020
1 parent d21ef2b commit bee5eec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

# Conjur Base Image

This repo build a docker image contains OpenSSL, Ruby and Postgres client compiled against the FIPS 140-2 compliant OpenSSL module.
This repo builds a Docker image that contains OpenSSL, Ruby and PostgreSQL client libraries compiled against the FIPS 140-2 compliant OpenSSL module.

Two images included:
- [Phusion](./phusion-ruby-fips/)
- [Ubuntu](./ubuntu-ruby-fips/)
Expand All @@ -21,31 +21,31 @@ Two images included:

![](https://img.shields.io/badge/Certification%20Level-Trusted-007BFF?link=https://github.com/cyberark/community/blob/master/Conjur/conventions/certification-levels.md)

This repo is a **Trusted** level project. It's been reviewed by CyberArk to verify that it will securely
work with Conjur OSS as documented. For more detailed information on our certification levels, see
This repo is a **Trusted** level project. It has been reviewed by CyberArk to verify that it will securely
work with Conjur OSS as documented. For more detailed information on our certification levels, see
[our community guidelines](https://github.com/cyberark/community/blob/master/Conjur/conventions/certification-levels.md#community).


## Feature

* A minimal base image to reduce attack surface and external dependencies
* Vulnerability scanning
* Builder container for OpenSSL, Ruby and Postgres client
* Builder container for OpenSSL, Ruby and PostgreSQL client
* Last security update
* Jenkins pipeline for building the Docker image
* Automated tests validate FIPS mode is successfully enabled and all artifacts compiled against the FIPS 140-2 compliant
* One OpenSSL version installed in the image
* Automated tests validate FIPS mode is successfully enabled and all artifacts are compiled against the FIPS 140-2 compliant
* One OpenSSL version installed in the image:
* OpenSSL version: `openssl-1.0.2u`
* OpenSSL FIPS Module version: `openssl-fips-2.0.16`

## Usage

- [Phusion](./phusion-ruby-fips/) image is the parent image of DAP appliance
- [Ubuntu](./ubuntu-ruby-fips/) image is the parent image of Conur
- [Phusion](./phusion-ruby-fips/) image is the parent image of DAP Server
- [Ubuntu](./ubuntu-ruby-fips/) image is the parent image of Conur Server

## What is FIPS 140-2

The Federal Information Processing Standard Publication 140-2, (FIPS PUB 140-2),is a U.S. government computer security standard used to approve cryptographic modules.
The Federal Information Processing Standard Publication 140-2, (FIPS PUB 140-2), is a U.S. government computer security standard used to approve cryptographic modules.
The title is Security Requirements for Cryptographic Modules.

For more information, visit the [FIPS 140-2 Wikipedia Page](https://en.wikipedia.org/wiki/FIPS_140-2).
Expand Down

0 comments on commit bee5eec

Please sign in to comment.