Skip to content

Instantly share code, notes, and snippets.

@df-a
Last active March 11, 2023 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save df-a/9c113eb7d6146814cc459329a1264324 to your computer and use it in GitHub Desktop.
Save df-a/9c113eb7d6146814cc459329a1264324 to your computer and use it in GitHub Desktop.

OpenSSL Directory Structure

/opt
    └── ssl
        ├── bin
        ├── include
        │   └── openssl
        ├── lib64
        │   ├── engines-3
        │   ├── ossl-modules
        │   └── pkgconfig
        ├── openssl
        │   ├── certs
        │   ├── misc
        │   └── private
        └── share
            ├── doc
            │   └── openssl
            │       └── html
            │           ├── man1
            │           ├── man3
            │           ├── man5
            │           └── man7
            │               └── img
            └── man
                ├── man1
                ├── man3
                ├── man5
                └── man7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment