- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for notAfter (0.13 sec)
-
cmd/test-utils_test.go
} template := x509.Certificate{ SerialNumber: serialNumber, Subject: pkix.Name{ Organization: []string{"Acme Co"}, }, NotBefore: notBefore, NotAfter: notAfter, KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature, ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, BasicConstraintsValid: true, }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0) -
cmd/admin-handlers.go
} tlsInfo.Certs = append(tlsInfo.Certs, madmin.TLSCert{ PubKeyAlgo: c.PublicKeyAlgorithm.String(), SignatureAlgo: c.SignatureAlgorithm.String(), NotBefore: c.NotBefore, NotAfter: c.NotAfter, Checksum: strconv.FormatUint(check, 16), }) } } return tlsInfo } // ServerInfoHandler - GET /minio/admin/v3/info // ---------- // Get server information
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 99.6K bytes - Viewed (0) -
cmd/sts-handlers.go
// configured expiry and the duration until the certificate itself // expires. // We must not issue credentials that out-live the certificate. if validUntil := time.Until(certificate.NotAfter); validUntil < expiry { expiry = validUntil } // Associate any service accounts to the certificate CN parentUser := "tls" + getKeySeparator() + certificate.Subject.CommonName
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
*/ public void setNotificationFuture(CompletableFuture<Void> future) { this.notificationFuture = future; } } /** * Create a new directory change notifier * * @param manager directory lease manager */ public DirectoryChangeNotifier(DirectoryLeaseManager manager) { this.leaseManager = manager;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.7K bytes - Viewed (0) -
docs/smb3-features/04-directory-leasing-design.md
public boolean isDirectory() { return fileInfo.isDirectory(); } // ... other attribute methods }); return file; } } ``` ### 4.4 Directory Change Notifier ```java package jcifs.internal.smb2.lease; import jcifs.internal.smb2.ServerMessageBlock2; import java.util.concurrent.ConcurrentHashMap; public class DirectoryChangeNotifier {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 36.2K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<association> <multiplicity>*</multiplicity> <type>Notifier</type> </association> </field> </fields> </class> <class> <name>Notifier</name> <description>Configures one method for notifying users/developers when a build breaks.</description> <version>4.0.0+</version>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0)