Update README.MD

This commit is contained in:
Bill Buchanan
2021-02-26 15:27:18 +00:00
committed by GitHub
parent 81094ba08e
commit f9538ab036

View File

@@ -62,15 +62,16 @@ Do they match: [Yes] [No]
### B.1
Generate 768-bit Diffie-Hellman parameters:
<pre>
```
openssl dhparam -out dhparams.pem 768 -text
</pre>
```
View your key with:
<pre>
```
cat dhparams.pem
</pre>
```
What is the value of g:
How many bits does the prime number have?