File diff 102464f99847 → 7a8c83185a93
functional_tests/test_server.py
Show inline comments
 
@@ -92,7 +92,7 @@ def test_server_command_issues_server_certificate(tmpdir):
 
    # about the generated key.
 
    assert exit_code == 0
 
    assert stderr == ""
 
    assert "Private-Key: (2048 bit)" in stdout
 
    assert "Private-Key: (2048 bit, 2 primes)" in stdout
 

	
 
    # John then has a look at the generated certificate file.
 
    stdout, stderr, exit_code = run_command('openssl', 'x509', '-noout', '-text', '-in', '.gimmecert/server/myserver.cert.pem')