mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 18:55:13 +00:00
fix issue with merge
This commit is contained in:
parent
dbdba0b7ef
commit
2c4dcd96b4
@ -116,6 +116,6 @@ U9VQQSQzY1oZMVX8i1m5WUTLPz2yLJIBQVdXqhMCQBGoiuSoSjafUhV7i1cEGpb88h5NBYZzWXGZ
|
||||
-----END RSA PRIVATE KEY-----');
|
||||
$x509->setPrivateKey($rsa);
|
||||
$x509->setDN(array('cn' => 'ncgamers.org'));
|
||||
$x509->saveCSR($x509->signCSR('sha256WithRSAEncryption'), FILE_X509_FORMAT_DER);
|
||||
$x509->saveCSR($x509->signCSR('sha256WithRSAEncryption'), X509::FORMAT_DER);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user