Changes

From SME Server
Jump to navigationJump to search
683 bytes removed ,  20:04, 23 November 2019
→‎V2 API: Move db settings of API to config
Line 171: Line 171:     
Once you've obtained your certificate and configured your server, test your server with a tool like [https://www.ssllabs.com/ssltest/ SSLLabs.com] to make sure it's working properly.
 
Once you've obtained your certificate and configured your server, test your server with a tool like [https://www.ssllabs.com/ssltest/ SSLLabs.com] to make sure it's working properly.
  −
===V2 API===
  −
  −
With the latest version of letsencrypt/dehydrated the V2 API is needed to create new certificates, V1 is depreciated for creation of new certificates.
  −
  −
The new key is called API. It will default to '1' if left unset. Options are '1', '2', 'auto'
  −
  −
# config show letsencrypt
  −
letsencrypt=service
  −
    ACCEPT_TERMS=yes
  −
    API=1
  −
    configure=none
  −
    email=####@#####.###
  −
    hookScript=disabled
  −
    status=enabled
  −
  −
# config setprop letsencrypt API 2
  −
# signal-event console-save
  −
  −
# config show letsencrypt
  −
letsencrypt=service
  −
    ACCEPT_TERMS=yes
  −
    API=2
  −
    configure=none
  −
    email=####@#####.###
  −
    hookScript=disabled
  −
    status=enabled
  −
  −
# dehydrated -c -x
      
===Archive old certificates===
 
===Archive old certificates===

Navigation menu