- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 216 for certificates (0.05 sec)
-
docs/es/docs/deployment/concepts.md
Y debe haber algo encargado de **renovar los certificados HTTPS**, podría ser el mismo componente o algo diferente. ### Herramientas de Ejemplo para HTTPS Algunas de las herramientas que podrías usar como Proxy de Terminación TLS son: * Traefik * Maneja automáticamente las renovaciones de certificados ✨ * Caddy * Maneja automáticamente las renovaciones de certificados ✨ * Nginx
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0) -
api/go1.19.txt
pkg time, method (Time) ZoneBounds() (Time, Time) #50062 pkg crypto/x509, func ParseCRL //deprecated #50674 pkg crypto/x509, func ParseDERCRL //deprecated #50674 pkg crypto/x509, method (*Certificate) CheckCRLSignature //deprecated #50674 pkg crypto/x509, method (*Certificate) CreateCRL //deprecated #50674 pkg crypto/x509/pkix, type CertificateList //deprecated #50674 pkg crypto/x509/pkix, type TBSCertificateList //deprecated #50674
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:29:41 UTC 2022 - 17.9K bytes - Viewed (0) -
cmd/user-provider-utils.go
} if _, ok := claims[subClaim]; ok { providerPrefix, _, found := strings.Cut(credentials.ParentUser, getKeySeparator()) if found { return providerPrefix // this is true for certificate and custom providers } return madmin.OpenIDProvider // openid users are already hashed, so no separator } return madmin.BuiltinProvider // default to internal }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 4.1K bytes - Viewed (0) -
docs/pt/docs/project-generation.md
- 📞 [Traefik](https://traefik.io) como proxy reverso / balanceador de carga. - 🚢 Instruções de _deployment_ usando Docker Compose, incluindo como configurar um proxy frontend com Traefik para gerenciar automaticamente certificados HTTPS.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Jul 21 09:57:31 UTC 2025 - 2.1K bytes - Viewed (0) -
docs/es/docs/project-generation.md
- 📞 [Traefik](https://traefik.io) como proxy inverso / balanceador de carga. - 🚢 Instrucciones de despliegue usando Docker Compose, incluyendo cómo configurar un proxy Traefik frontend para manejar certificados HTTPS automáticos.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 17:46:44 UTC 2024 - 2.1K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RetryTlsHandshake.kt
e is InterruptedIOException -> false // If the problem was a CertificateException from the X509TrustManager, do not retry. e is SSLHandshakeException && e.cause is CertificateException -> false // e.g. a certificate pinning error. e is SSLPeerUnverifiedException -> false // Retry for all other SSL failures. e is SSLException -> true else -> false
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 1.7K bytes - Viewed (0) -
api/go1.10.txt
pkg crypto/x509, type Certificate struct, ExcludedEmailAddresses []string pkg crypto/x509, type Certificate struct, ExcludedIPRanges []*net.IPNet pkg crypto/x509, type Certificate struct, ExcludedURIDomains []string pkg crypto/x509, type Certificate struct, PermittedEmailAddresses []string pkg crypto/x509, type Certificate struct, PermittedIPRanges []*net.IPNet pkg crypto/x509, type Certificate struct, PermittedURIDomains []string
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
src/main/java/jcifs/pac/PACDecodingException.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.pac; import jcifs.CIFSException; /** * Exception thrown when PAC (Privilege Attribute Certificate) data cannot be decoded. * Indicates malformed or invalid PAC structures in Kerberos tickets. */ public class PACDecodingException extends CIFSException { private static final long serialVersionUID = 1L;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2K bytes - Viewed (0) -
.github/PULL_REQUEST_TEMPLATE.md
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Feb 13 22:36:19 UTC 2024 - 1.7K bytes - Viewed (0) -
src/main/assemblies/files/fess.in.sh
FESS_MAX_MEM=$FESS_HEAP_SIZE fi # External opensearch cluster #SEARCH_ENGINE_HTTP_URL=http://localhost:9200 #FESS_DICTIONARY_PATH=/var/lib/opensearch/config/ # SSL truststore for certificate validation over https #FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStore=/tech/elastic/config/truststore.jks" #FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStorePassword=changeit"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 4.7K bytes - Viewed (0)