Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OpenSSL in alpine. Auto-updated whenever alpine is updated.

NotificationsYou must be signed in to change notification settings

hugojosefson/docker-openssl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Examples

OpenSSL REPL

docker run --rm -it hugojosefson/openssl

Print some random data

docker run --rm -it \  hugojosefson/openssl \  rand -base64 32

Create an SSL Certificate

OpenSSL asks for details and exports the certificate signing request in the current directory ascert-request.csr, and the private key asprivkey.pem:

docker run --rm -it \  -v$(pwd):/export \  -w /export \  -u$(id -u):$(id -g) \  hugojosefson/openssl \  req -nodes -new -newkey rsa:2048 -sha256 -out /export/cert-request.csr

Read the OpenSSLdocumentation for further information.

About

OpenSSL in alpine. Auto-updated whenever alpine is updated.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile100.0%

[8]ページ先頭

©2009-2025 Movatter.jp