25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
192 B

  1. :443 {
  2. tls fullchain.pem privkey.pem
  3. tls {
  4. protocols tls1.0 tls1.3
  5. curves X25519 P256 "SIDH/503-X25519"
  6. }
  7. log stdout
  8. markdown / {
  9. ext .html
  10. template index.html
  11. }
  12. }