mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
regenerate SSL certificates again
and make sure that private ca key is not deleted at the end of the procedure, so that we could generate additional certificates any time without regenerating everything
This commit is contained in:
parent
c0e24cd0e8
commit
0636637e37
10 changed files with 433 additions and 402 deletions
|
|
@ -3,10 +3,10 @@ have_ssl
|
|||
1
|
||||
SHOW STATUS LIKE 'Ssl_server_not_before';
|
||||
Variable_name Value
|
||||
Ssl_server_not_before Apr 25 14:55:05 2015 GMT
|
||||
Ssl_server_not_before Apr 25 20:52:21 2017 GMT
|
||||
SHOW STATUS LIKE 'Ssl_server_not_after';
|
||||
Variable_name Value
|
||||
Ssl_server_not_after Apr 20 14:55:05 2035 GMT
|
||||
Ssl_server_not_after Apr 20 20:52:21 2037 GMT
|
||||
drop table if exists t1,t2,t3,t4;
|
||||
CREATE TABLE t1 (
|
||||
Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue