OpenSSL is not used anymore since version 1.5.0.
To build the docs, install mdbook.
You can build the HTML with mdbook build.
mdbook build
To serve the docs on localhost:3000 and watch for changes, use mdbook serve.
localhost:3000
mdbook serve