Home
Random
Log in
Settings
About Han Wiki
Disclaimers
Han Wiki
Search
System administration: Difference between revisions
Page
Discussion
System administration
Special:MobileDiff/938
← Older edit
Newer edit →
System administration
(view source)
Revision as of 10:35, 2 August 2016
338 bytes removed
,
2 August 2016
→OpenSSL
← Older edit
Newer edit →
Revision as of 10:27, 2 August 2016
view source
Mhan
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits
add a link to samba
← Older edit
Revision as of 10:35, 2 August 2016
view source
Mhan
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits
→OpenSSL
Newer edit →
Line 176:
Line 176:
$ df -h
$ df -h
</syntaxhighlight>
</syntaxhighlight>
= OpenSSL =
== Creating self-signed certificates (usually for SSL connection) ==
<source lang="bash">
$ sudo a2enmod ssl
$ sudo service apache2 restart
$ sudo mkdir /etc/apache2/ssl
$ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.pem -outform PEM
</source>
= Debian/Ubuntu-specific =
= Debian/Ubuntu-specific =
Mhan
Bureaucrats
,
Interface administrators
,
Administrators
4,461
edits